Skip to content

Commit

Permalink
Actually 3.10 is minimum for all codegens under development
Browse files Browse the repository at this point in the history
  • Loading branch information
ponyisi committed Oct 24, 2024
1 parent ba9d5b4 commit 829d118
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 47 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.9','3.10','3.11','3.12','3.13']
python-version: ['3.10','3.11','3.12','3.13']
runs-on: ubuntu-latest

steps:
Expand Down
47 changes: 2 additions & 45 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.9"
python = "^3.10"
Flask = "^2.3.3"
Flask-RESTful = "^0.3.9"
Flask-WTF = "^1.0.1"
Expand Down

0 comments on commit 829d118

Please sign in to comment.