Skip to content

Commit a90fd86

Browse files
committed
Remove Python 3.12 from supported versions
1 parent fc77e27 commit a90fd86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
strategy:
1414
matrix:
15-
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
15+
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
1616
runs-on: ubuntu-latest
1717

1818
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ run-coverage-report = [
135135
]
136136

137137
[[tool.hatch.envs.all.matrix]]
138-
python = ["3.8", "3.9", "3.10", "3.11", "3.12"]
138+
python = ["3.8", "3.9", "3.10", "3.11"]
139139

140140
[tool.hatch.envs.lint]
141141
detached = true

0 commit comments

Comments
 (0)