Skip to content

Commit 38db353

Browse files
authored
Merge pull request #131 from casework/bump_python
Bump Python
2 parents bf12fa4 + c6ee798 commit 38db353

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
strategy:
3535
matrix:
3636
python-version:
37-
- '3.9'
38-
- '3.13'
37+
- '3.10'
38+
- '3.14'
3939

4040
steps:
4141
- 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
@@ -24,7 +24,7 @@ install_requires =
2424
pydot >= 4.0.0
2525
pyshacl >= 0.27.0
2626
packages = find:
27-
python_requires = >=3.9
27+
python_requires = >=3.10
2828

2929
[options.entry_points]
3030
console_scripts =

0 commit comments

Comments
 (0)