Skip to content

Commit a9ab8ec

Browse files
committed
enable testing for 3.12
1 parent 89cff67 commit a9ab8ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
os: [ubuntu-latest, windows-latest]
23-
python-version: ["3.8", "3.9", "3.10", "3.11"]#, "3.12.0-beta.4"]
23+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
2424
runs-on: ${{ matrix.os }}
2525

2626
steps:

0 commit comments

Comments
 (0)