Add `Python 3.13` support.
This commit is contained in:
parent
b878e0d4d7
commit
5c8bb9fce5
|
@ -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:
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue