Skip to content

Commit

Permalink
Update python-package.yml to expect 3.12 tests to pass and extend exp…
Browse files Browse the repository at this point in the history
…erimental tests
  • Loading branch information
wbarnha authored Nov 3, 2023
1 parent 4861bee commit fbe396f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,12 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
experimental: [ false ]
include:
- python-version: "pypy3.9"
experimental: true
- python-version: "~3.12.0-0"
- python-version: "~3.13.0-0"
experimental: true
steps:
- name: Checkout the source code
Expand Down

0 comments on commit fbe396f

Please sign in to comment.