Skip to content

Commit 60d3e98

Browse files
committed
Update python version
1 parent 396c703 commit 60d3e98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/testing.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
strategy:
7777
fail-fast: false
7878
matrix:
79-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13-dev"]
79+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
8080
runs-on: ubuntu-latest
8181
steps:
8282
- uses: actions/checkout@v4
@@ -124,7 +124,7 @@ jobs:
124124
strategy:
125125
fail-fast: false
126126
matrix:
127-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13-dev"]
127+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
128128
runs-on: ubuntu-latest
129129
steps:
130130
- uses: actions/checkout@v4
@@ -160,7 +160,7 @@ jobs:
160160
strategy:
161161
fail-fast: false
162162
matrix:
163-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13-dev"]
163+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
164164
runs-on: ubuntu-latest
165165
steps:
166166
- uses: actions/checkout@v4
@@ -207,7 +207,7 @@ jobs:
207207
strategy:
208208
fail-fast: false
209209
matrix:
210-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13-dev"]
210+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
211211
runs-on: ubuntu-latest
212212
steps:
213213
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)