Skip to content

Commit 6ca148a

Browse files
committed
Update Python version
1 parent 09e4572 commit 6ca148a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
python-version: ["3.11"]
19+
python-version: ["3.14"]
2020

2121
steps:
2222
- uses: actions/checkout@v3

.github/workflows/docker-hub-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: ["3.11"]
11+
python-version: ["3.14"]
1212

1313
steps:
1414
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)