Skip to content

Commit 9949204

Browse files
committed
remove 3.8
1 parent 0ea7ea7 commit 9949204

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
tests:
77
strategy:
88
matrix:
9-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
9+
python-version: ["3.9", "3.10", "3.11", "3.12"]
1010
runs-on: ubuntu-22.04
1111
steps:
1212
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include = ["src/qoa4ml"]
1010

1111
[project]
1212
name = "qoa4ml"
13-
version = "0.3.15"
13+
version = "0.3.16"
1414
description = "Quality of Analysis for Machine Learning"
1515
readme = "README.md"
1616

@@ -23,11 +23,10 @@ keywords = ["Monitoring", "Machine Learning"]
2323
homepage = "https://rdsea.github.io/"
2424
repository = "https://github.com/rdsea/QoA4ML"
2525
documentation = "https://rdsea.github.io/QoA4ML/"
26-
requires-python = ">=3.8"
26+
requires-python = ">=3.9"
2727
classifiers = [
2828
"License :: OSI Approved :: Apache Software License",
2929
"Development Status :: 3 - Alpha",
30-
"Programming Language :: Python :: 3.8",
3130
"Programming Language :: Python :: 3.9",
3231
"Programming Language :: Python :: 3.10",
3332
"Programming Language :: Python :: 3.11",

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ env_list = py{39,310,311,312}
55

66
[gh-actions]
77
python =
8-
3.8: py38
98
3.9: py39
109
3.10: py310
1110
3.11: py311

0 commit comments

Comments
 (0)