Skip to content

Commit 7adef66

Browse files
Merge pull request #69 from casework/bump_python
Bump Python
2 parents 5208c67 + 695e3cf commit 7adef66

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
strategy:
2727
matrix:
2828
python-version:
29-
- '3.9'
30-
- '3.13'
29+
- '3.10'
30+
- '3.14'
3131

3232
steps:
3333
- uses: actions/checkout@v4

.github/workflows/prerelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
strategy:
3030
matrix:
3131
python-version:
32-
- '3.9'
33-
- '3.13'
32+
- '3.10'
33+
- '3.14'
3434

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

.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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ install_requires =
2020
case_utils >= 0.16.0, < 0.17.0
2121
python-dateutil
2222
packages = find:
23-
python_requires = >=3.9
23+
python_requires = >=3.10
2424

2525
[options.entry_points]
2626
console_scripts =

0 commit comments

Comments
 (0)