Skip to content

Commit e9126a8

Browse files
committed
Relax Python version range to >3.8,<4.0
1 parent e0ab622 commit e9126a8

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pypi_description: A ``singledispatch()`` for arguments that are classes annotate
1717
pypi_project: class-singledispatch
1818
pypy: true
1919
python: '3.8'
20-
python_max: '3.13'
20+
python_max: '4.0'
2121
repo: class_singledispatch
2222
rtd: class-singledispatch
2323
tests: true

news/+2a341495.changed.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
Relaxed supported Python range to >3.8,<4.0

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Distribution = "https://pypi.org/project/class-singledispatch/"
1919
Coverage = "https://coverage-badge.samuelcolvin.workers.dev/redirect/bswck/class_singledispatch"
2020

2121
[tool.poetry.dependencies]
22-
python = ">=3.8,<3.13"
22+
python = ">=3.8,<4.0"
2323

2424
[tool.poetry.group.dev.dependencies]
2525

0 commit comments

Comments
 (0)