support for Python from 3.9 to 3.14

Link: https://devguide.python.org/versions/
This commit is contained in:
Plamerdi Makela 2025-11-09 13:18:41 +01:00
parent 25da171479
commit c3a0e277a6
No known key found for this signature in database
GPG Key ID: 394EFFC5CF4B758B
2 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.13"
python-version: "3.14"
- name: Install pypa/build
run: >-
python3 -m

View File

@ -11,6 +11,7 @@ envlist =
py311
py312
py313
py314
[testenv]
deps =