Skip to content

Commit

Permalink
Python 3.12 support (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
pirxthepilot authored Apr 19, 2024
1 parent 3ed9d1b commit 5242d04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ test-all = [

# Hatch test env
[[tool.hatch.envs.test.matrix]]
python = ["38", "39", "310", "311"]
python = ["38", "39", "310", "311", "312"]

# Hatch lint env
[tool.hatch.envs.lint]
Expand Down

0 comments on commit 5242d04

Please sign in to comment.