Add support for Python 3.13

This commit is contained in:
Hugo van Kemenade 2023-12-29 21:04:31 +02:00 committed by Hugo van Kemenade
parent d505d57fc4
commit 77d1b0009c
4 changed files with 4 additions and 3 deletions

View file

@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["pypy3.10", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["pypy3.10", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
os: [ubuntu-latest]
steps:
@ -24,7 +24,6 @@ jobs:
allow-prereleases: true
cache: pip
- name: Install dependencies
run: |
python -m pip install -U pip

View file

@ -35,6 +35,7 @@ Or from requirements.txt:
Note:
* pyLast 5.3+ supports Python 3.8-3.13.
* pyLast 5.2+ supports Python 3.8-3.12.
* pyLast 5.1 supports Python 3.7-3.11.
* pyLast 5.0 supports Python 3.7-3.10.

View file

@ -28,6 +28,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Internet",

View file

@ -3,7 +3,7 @@ requires =
tox>=4.2
env_list =
lint
py{py3, 312, 311, 310, 39, 38}
py{py3, 313, 312, 311, 310, 39, 38}
[testenv]
extras =