Skip to content

Commit aa5ebee

Browse files
committed
Add Python 3.15 to tox, CI config, metadata
1 parent ce27290 commit aa5ebee

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
include:
2525
- arch: amd64
26-
toxenv: py36,py39,py310,py311,py312,py313,py314,black,mypy
26+
toxenv: py36,py39,py310,py311,py312,py313,py314,py315,black,mypy
2727
- arch: arm64
2828
toxenv: py36
2929
- arch: arm64

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ classifiers =
2222
Programming Language :: Python :: 3.12
2323
Programming Language :: Python :: 3.13
2424
Programming Language :: Python :: 3.14
25+
Programming Language :: Python :: 3.15
2526
Programming Language :: Python :: Implementation :: CPython
2627
License :: OSI Approved :: MIT License
2728
Operating System :: POSIX :: Linux

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = black,mypy,py{36,39,310,311,312,313,314}
2+
envlist = black,mypy,py{36,39,310,311,312,313,314,315}
33
isolated_build = True
44

55
[testenv]

0 commit comments

Comments
 (0)