Skip to content

Commit

Permalink
Allow Python 3.13 (EmpireProject#944)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnybod authored Dec 5, 2024
1 parent 6fc3f4d commit 63ddcf0
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 24 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

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

## [5.11.7] - 2024-11-11

Expand Down
49 changes: 26 additions & 23 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.10,<3.13"
python = ">=3.10,<3.14"
urllib3 = "^2.2.0"
requests = "^2.31.0"
iptools = "^0.7.0"
Expand Down

0 comments on commit 63ddcf0

Please sign in to comment.