Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 293f8b1

Browse files
committed
Python 3.12 has been released, use final version
1 parent fb49470 commit 293f8b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [windows, ubuntu, macos]
19-
python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12.0-rc.3"]
19+
python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
2020
platform: [x64, x86]
2121
exclude:
2222
- os: ubuntu

0 commit comments

Comments
 (0)