Skip to content

Commit 0362b87

Browse files
authored
Update python-package.yml to expect 3.12 tests to pass and extend experimental tests (#2406)
1 parent 4861bee commit 0362b87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/python-package.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,12 @@ jobs:
6565
- "3.9"
6666
- "3.10"
6767
- "3.11"
68+
- "3.12"
6869
experimental: [ false ]
6970
include:
7071
- python-version: "pypy3.9"
7172
experimental: true
72-
- python-version: "~3.12.0-0"
73+
- python-version: "~3.13.0-0"
7374
experimental: true
7475
steps:
7576
- name: Checkout the source code

0 commit comments

Comments
 (0)