Skip to content

Commit

Permalink
Add 3.12 to ci version list
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed Oct 15, 2023
1 parent 9d2b79a commit 754f686
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
# First all python versions in basic linux
os: [ ubuntu-latest ]
py: [ 3.7, 3.8, 3.9, "3.10", 3.11 ]
py: [ 3.7, 3.8, 3.9, "3.10", 3.11, 3.12 ]
CC: [ gcc ]
CXX: [ g++ ]

Expand All @@ -30,13 +30,13 @@ jobs:
# Usually just restarting will fix it, but that's annoying, so minimize
# that by only having one of these to fight with.
- os: macos-latest
py: 3.8
py: 3.10
CC: cc
CXX: c++

# Check one with clang compiler
- os: ubuntu-latest
py: 3.8
py: 3.10
CC: clang
CXX: clang++

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changes from v2.4 to v2.5
=========================

This version adds support for Pyton 3.11. We currently support 3.7, 3.8, 3.9, 3.10, and 3.11.
This release adds support for Pyton 3.11 and 3.12. We currently support 3.7 through 3.12.

API Changes
-----------
Expand Down

0 comments on commit 754f686

Please sign in to comment.