Skip to content

Commit cfc83a9

Browse files
committed
chore(merge): merge main
2 parents 25a3eb7 + bfb080f commit cfc83a9

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
test:
1515
strategy:
1616
matrix:
17-
python-version: ["3.8", "3.9", "3.10", "3.11"]
17+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1818

1919
runs-on: ubuntu-22.04
2020
steps:

poetry.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,13 @@ classifiers = [
2525
"Programming Language :: Python :: 3.9",
2626
"Programming Language :: Python :: 3.10",
2727
"Programming Language :: Python :: 3.11",
28+
"Programming Language :: Python :: 3.12",
2829
]
2930

3031
include = ["CHANGELOG.md"]
3132

3233
[tool.poetry.dependencies]
33-
python = ">=3.8.1,<4.0.0"
34+
python = ">=3.8.1, <3.13"
3435
flask = ">=2.2.2,<4.0.0"
3536
typing-extensions = { version = "^4.4.0", python = "<3.11" }
3637

0 commit comments

Comments
 (0)