Skip to content

Commit

Permalink
Remove 3.12 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Mar 26, 2023
1 parent 4b1953b commit 4078f82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.8', '3.9', '3.10', '3.11']
timeout-minutes: 10
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 @@ -41,7 +41,7 @@ scripts.run = "pre-commit run --all"
[tool.hatch.envs.test]
dependencies = ["pytest"]
scripts.run = "pytest tests"
matrix = [{python = ["3.8", "3.9", "3.10", "3.11", "3.12"]}]
matrix = [{python = ["3.8", "3.9", "3.10", "3.11"]}]

[tool.hatch.build]
sources = ["src"]
Expand Down

0 comments on commit 4078f82

Please sign in to comment.