Skip to content

Commit 57d8338

Browse files
authored
Enable testing for Python 3.12 (#2379)
I don't expect this to work yet since I know 3.12 is in an incomplete state, but here goes nothing.
1 parent b7a9be6 commit 57d8338

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
include:
7070
- python-version: "pypy3.9"
7171
experimental: true
72-
# - python-version: "~3.12.0-0"
73-
# experimental: true
72+
- python-version: "~3.12.0-0"
73+
experimental: true
7474
steps:
7575
- name: Checkout the source code
7676
uses: actions/checkout@v3

0 commit comments

Comments
 (0)