Skip to content

Commit 8d9961f

Browse files
authored
Merge pull request #26 from robert-scheck/python-3.12
Bump Python 3.12 CI test to final release
2 parents 3838e57 + d1c3384 commit 8d9961f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os: [ubuntu-latest, macos-latest]
15-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12.0-rc.1"]
15+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
1616
exclude:
1717
- os: ubuntu-latest
1818
python-version: 3.6
@@ -27,7 +27,7 @@ jobs:
2727
- os: macos-latest
2828
python-version: 3.11
2929
- os: macos-latest
30-
python-version: 3.12.0-rc.1
30+
python-version: 3.12
3131
steps:
3232
- uses: actions/checkout@v4
3333
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)