Skip to content

Commit bef36f5

Browse files
committed
Use Python 3.12 final in workflow.
1 parent 3184079 commit bef36f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
strategy:
7070
fail-fast: false
7171
matrix:
72-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12.0-rc.1", pypy-2.7, pypy-3.10]
72+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", pypy-2.7, pypy-3.10]
7373

7474
steps:
7575
- name: Check out project

0 commit comments

Comments
 (0)