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 (dpkp#2406)
  • Loading branch information
wbarnha authored and bradenneal1 committed May 16, 2024
1 parent 3323dda commit ff51d3a
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 ff51d3a

Please sign in to comment.