Skip to content

Commit ffb0f21

Browse files
committed
Update Python range to >= 3.10, per 3.9 EOL
This patch also regenerates poetry.lock with `poetry lock`. No effects were observed on Make-managed files. References: * https://peps.python.org/pep-0596/ Signed-off-by: Alex Nelsin <alexander.nelson@nist.gov>
1 parent cb209fa commit ffb0f21

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
python-version:
13-
- '3.9'
13+
- '3.10'
1414
- '3.13'
1515

1616
steps:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up oldest tested Python
3838
uses: actions/setup-python@v5
3939
with:
40-
python-version: "3.9"
40+
python-version: "3.10"
4141

4242
- name: Install Dependencies
4343
run: |

.github/workflows/supply-chain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
python-version:
31-
- '3.9'
31+
- '3.10'
3232
- '3.13'
3333

3434
steps:

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121

2222
[tool.poetry.dependencies]
2323
cdo-local-uuid = "^0.5.0"
24-
python = "^3.9"
24+
python = "^3.10"
2525
pytz = "^2025"
2626

2727
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)