Skip to content

Commit 829d118

Browse files
committed
Actually 3.10 is minimum for all codegens under development
1 parent ba9d5b4 commit 829d118

File tree

3 files changed

+4
-47
lines changed

3 files changed

+4
-47
lines changed

.github/workflows/ci.yaml

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

1919
steps:

poetry.lock

+2-45
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
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.9"
10+
python = "^3.10"
1111
Flask = "^2.3.3"
1212
Flask-RESTful = "^0.3.9"
1313
Flask-WTF = "^1.0.1"

0 commit comments

Comments
 (0)