Skip to content

Commit

Permalink
Merge pull request #49 from Dunedan/python3.13
Browse files Browse the repository at this point in the history
Add support for Python 3.13
  • Loading branch information
Dunedan authored Dec 14, 2024
2 parents c19e2db + 9689881 commit b44debf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
python:
- "3.11"
- "3.12"
- "3.13"
steps:
- uses: actions/checkout@v4
- name: Setup Python
Expand Down
2 changes: 0 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,3 @@ repos:
- id: ruff-format
args:
- --check
- --target-version
- py311
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Games/Entertainment",
"Topic :: Internet :: XMPP",
]
Expand Down Expand Up @@ -47,6 +48,7 @@ xpartamupp = "xpartamupp.xpartamupp:main"

[tool.ruff]
line-length = 99
target-version = "py311"

[tool.ruff.format]
line-ending = "lf"
Expand Down

0 comments on commit b44debf

Please sign in to comment.