Skip to content

Commit

Permalink
ci: Add Py3.11 and Py3.12 for testing
Browse files Browse the repository at this point in the history
Extends the CI python version checklist with the recently released
python versions.
  • Loading branch information
st-bender committed Nov 1, 2023
1 parent 4344d63 commit 6b2218c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["2.7", "3.7", "3.8", "3.9", "3.10"]
python-version: ["2.7", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
include:
- name: py35
os: ubuntu-20.04
Expand Down

0 comments on commit 6b2218c

Please sign in to comment.