Skip to content

Commit

Permalink
Change minimum Python version to 3.9 (rucio DID finder uses this!) an…
Browse files Browse the repository at this point in the history
…d do not test against earlier versions
  • Loading branch information
ponyisi committed Oct 24, 2024
1 parent 81d05ed commit 5c6a325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
test:
strategy:
matrix:
python-version: ['3.7','3.8','3.9','3.10','3.11','3.12','3.13']
python-version: ['3.9','3.10','3.11','3.12','3.13']
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"
packages = [{include = "servicex_codegen"}]

[tool.poetry.dependencies]
python = "^3.10"
python = "^3.9"
Flask = "^2.3.3"
Flask-RESTful = "^0.3.9"
Flask-WTF = "^1.0.1"
Expand Down

0 comments on commit 5c6a325

Please sign in to comment.