Skip to content

Commit

Permalink
Test on release py312 not py312-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed Oct 21, 2023
1 parent 6861004 commit c6b5332
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit c6b5332

Please sign in to comment.