Skip to content

Commit 5c6a325

Browse files
committed
Change minimum Python version to 3.9 (rucio DID finder uses this!) and do not test against earlier versions
1 parent 81d05ed commit 5c6a325

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
test:
1414
strategy:
1515
matrix:
16-
python-version: ['3.7','3.8','3.9','3.10','3.11','3.12','3.13']
16+
python-version: ['3.9','3.10','3.11','3.12','3.13']
1717
runs-on: ubuntu-latest
1818

1919
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77
packages = [{include = "servicex_codegen"}]
88

99
[tool.poetry.dependencies]
10-
python = "^3.10"
10+
python = "^3.9"
1111
Flask = "^2.3.3"
1212
Flask-RESTful = "^0.3.9"
1313
Flask-WTF = "^1.0.1"

0 commit comments

Comments
 (0)