Skip to content

Commit

Permalink
Add Python 3.12 to the CI and tox. (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbyrnepr2 authored Oct 11, 2023
1 parent 717be42 commit ccb8624
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
strategy:
matrix:
os: [macOS, Ubuntu, Windows]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12-dev"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
include:
- os: macOS
image: macos-12
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
skipsdist = true
envlist = py38, py39, py310, py311
envlist = py38, py39, py310, py311, py312

[testenv]
allowlist_externals = poetry
Expand Down

0 comments on commit ccb8624

Please sign in to comment.