Skip to content

Commit fae2a93

Browse files
committed
ci: Use Python 3.13 release version for testing.
1 parent 2609b7a commit fae2a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
strategy:
6363
matrix:
6464
os: [ubuntu, windows]
65-
python-version: ['3.9', '3.10', '3.11', '3.12', 3.13.0-beta.3]
65+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
6666

6767
steps:
6868
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)