Skip to content

Commit 32ec418

Browse files
authored
Merge pull request #89 from casework/bump_python
Bump Python
2 parents cb209fa + b29e172 commit 32ec418

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
strategy:
1111
matrix:
1212
python-version:
13-
- '3.9'
14-
- '3.13'
13+
- '3.10'
14+
- '3.14'
1515

1616
steps:
1717
- name: Checkout Repository

.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
strategy:
2929
matrix:
3030
python-version:
31-
- '3.9'
32-
- '3.13'
31+
- '3.10'
32+
- '3.14'
3333

3434
steps:
3535
- uses: actions/checkout@v4

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)