Add `Python 3.13` support.

This commit is contained in:
Fabio Caccamo 2024-10-12 12:44:47 +02:00
parent b878e0d4d7
commit 5c8bb9fce5
3 changed files with 4 additions and 2 deletions

View File

@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
steps:

View File

@ -82,6 +82,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Education :: Testing",
"Topic :: Software Development :: Build Tools",
"Topic :: System :: Filesystems",

View File

@ -1,6 +1,6 @@
[tox]
envlist =
py{38,39,310,311,312},
py{38,39,310,311,312,313},
[testenv]
basepython =
@ -9,6 +9,7 @@ basepython =
py310: python3.10
py311: python3.11
py312: python3.12
py313: python3.13
passenv = CI,GITHUB_WORKFLOW