Skip to content

Commit

Permalink
Support Python 3.10, 3.11, 3.12, 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
homeworkprod committed Dec 23, 2024
1 parent 7f104e5 commit 544b5a4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.9']
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- name: Check out repository
Expand Down
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ DBB Ranking Parser Changelog
0.5.0 (unreleased)
------------------

- Added support for Python 3.10, 3.11, 3.12, and 3.13.
- Dropped support for Python 3.6, 3.7, and 3.8 (which are end-of-life).
- Updated lxml to at least version 5.3.0.
- Moved remaining project metadata from ``setup.cfg`` to
Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
"Topic :: Other/Nonlisted Topic",
]
Expand Down

0 comments on commit 544b5a4

Please sign in to comment.