Skip to content

Commit 63ddcf0

Browse files
authored
Allow Python 3.13 (EmpireProject#944)
1 parent 6fc3f4d commit 63ddcf0

File tree

3 files changed

+28
-24
lines changed

3 files changed

+28
-24
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
## [Unreleased]
1616

1717
- Reduce the check-in tests that were adding an unncessary amount of time to the CI
18+
- Allow Python 3.13 to be used
1819

1920
## [5.11.7] - 2024-11-11
2021

poetry.lock

+26-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ packages = [
1313
]
1414

1515
[tool.poetry.dependencies]
16-
python = ">=3.10,<3.13"
16+
python = ">=3.10,<3.14"
1717
urllib3 = "^2.2.0"
1818
requests = "^2.31.0"
1919
iptools = "^0.7.0"

0 commit comments

Comments
 (0)