Test on release py312 not py312-rc

This commit is contained in:
James R. Barlow
2023-10-21 15:17:07 -07:00
parent 68610046c6
commit c6b5332699
+3 -3
View File
@@ -32,7 +32,7 @@ jobs:
python: "3.9"
tesseract5: true
- os: ubuntu-latest
python: "3.12-dev"
python: "3.12"
tesseract5: true
#- os: ubuntu-latest
# python: "pypy3.9"
@@ -113,7 +113,7 @@ jobs:
strategy:
matrix:
os: [macos-latest]
python: ["3.10", "3.11", "3.12-dev"]
python: ["3.10", "3.11", "3.12"]
env:
OS: ${{ matrix.os }}
@@ -170,7 +170,7 @@ jobs:
strategy:
matrix:
os: [windows-latest]
python: ["3.10", "3.11", "3.12-dev"]
python: ["3.10", "3.11", "3.12"]
env:
OS: ${{ matrix.os }}