Skip to content

Commit 8ea6243

Browse files
committed
update to use 3.14t
1 parent 8096c83 commit 8ea6243

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: windows-latest
1717
strategy:
1818
matrix:
19-
python: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.13t"]
19+
python: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"]
2020
steps:
2121
- name: Checkout repository
2222
uses: actions/checkout@v4
@@ -52,7 +52,7 @@ jobs:
5252
strategy:
5353
matrix:
5454
os: [ubuntu-latest, macos-latest]
55-
python: ["3.13", "3.13t"]
55+
python: ["3.14", "3.14t"]
5656
steps:
5757
- name: Checkout repository
5858
uses: actions/checkout@v4

0 commit comments

Comments
 (0)