Skip to content

Commit

Permalink
Enable testing for Python 3.12 (dpkp#2379)
Browse files Browse the repository at this point in the history
I don't expect this to work yet since I know 3.12 is in an incomplete state, but here goes nothing.
  • Loading branch information
wbarnha authored Aug 4, 2023
1 parent b7a9be6 commit 57d8338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
include:
- python-version: "pypy3.9"
experimental: true
# - python-version: "~3.12.0-0"
# experimental: true
- python-version: "~3.12.0-0"
experimental: true
steps:
- name: Checkout the source code
uses: actions/checkout@v3
Expand Down

0 comments on commit 57d8338

Please sign in to comment.