Skip to content

Commit 08c3bdc

Browse files
Updated python versions for testing (#341)
1 parent b99a74b commit 08c3bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ubuntu-20.04, macos-11, windows-2019]
19-
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "pypy3.7", "pypy3.8", "pypy3.9", ]
19+
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12.0-rc.1", "pypy3.8", "pypy3.9", "pypy3.10", ]
2020
runs-on: ${{ matrix.os }}
2121
steps:
2222
- name: Check out repository

0 commit comments

Comments
 (0)