Skip to content

Commit 9a61313

Browse files
committed
use latest python for CI
1 parent 31652d5 commit 9a61313

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
with:
1414
fetch-depth: 1
1515

16-
- name: Set up Python 3.11
16+
- name: Set up Python 3.14
1717
uses: actions/setup-python@v2
1818
with:
19-
python-version: 3.11.11
19+
python-version: 3.14
2020

2121
- uses: actions/cache@v3
2222
with:
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
strategy:
5353
matrix:
54-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
54+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
5555

5656
steps:
5757
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)