Skip to content

Commit dd0a325

Browse files
committed
try 3.12 again
1 parent 89c855a commit dd0a325

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pythonpackage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
PYTHON_VERSION: ["3.7", "3.8", "3.9", "3.10", "3.11"]
12+
PYTHON_VERSION: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
1313
steps:
1414
- uses: actions/checkout@v2
1515

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
include = ["LICENSE"]
2424

2525
[tool.poetry.dependencies]
26-
python = ">=3.7.0,<3.12"
26+
python = ">=3.7.0,<4.0"
2727
attrs = ">=19.3.0"
2828
typing_extensions = { version = ">=3.7.4", python = "<3.8" } # Literal support
2929
typing_inspect = { version = ">=0.3.1", python = "<3.8" } # inspecting types
@@ -51,5 +51,5 @@ pytest-cov = ">=2.8.1"
5151
isort = ">=5.10.1"
5252

5353
[build-system]
54-
requires = ["poetry>=1.5"]
55-
build-backend = "poetry.masonry.api"
54+
requires = ["poetry-core>=1.0.0"]
55+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)