Skip to content

Commit

Permalink
add Python 3.12 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oconnor663 committed Dec 12, 2023
1 parent 1393d4d commit 21f92e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# - tag.yml
# - maturin_build_wheel.py
# - the c_impl tests below
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
rust-toolchain: [stable, beta, nightly]
platform: [
# This list should be kept in sync with tag.yml.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# This list needs to be kept in sync with:
# - push.yml (rust_impl and c_impl)
# - maturin_build_wheel.py
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
platform: [
# This list should be kept in sync with push.yml.
{ os: "ubuntu-latest", python-architecture: "x64", rust-target: "x86_64-unknown-linux-gnu", name: "Linux x64" },
Expand Down

0 comments on commit 21f92e1

Please sign in to comment.