Skip to content

Commit 80cc58c

Browse files
woodruffwsigmavirus24
authored andcommitted
chore: mark 3.13 as explicitly supported
Signed-off-by: William Woodruff <william@yossarian.net>
1 parent 22e2e61 commit 80cc58c

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
- "3.10"
4444
- "3.11"
4545
- "3.12"
46+
- "3.13"
4647
platform:
4748
- ubuntu-latest
4849
- macos-latest

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ classifiers = [
2626
"Programming Language :: Python :: 3.10",
2727
"Programming Language :: Python :: 3.11",
2828
"Programming Language :: Python :: 3.12",
29+
"Programming Language :: Python :: 3.13",
2930
"Programming Language :: Python :: Implementation :: CPython",
3031
]
3132
requires-python = ">=3.8"
@@ -66,10 +67,7 @@ keyring = ["keyring >= 15.1"]
6667
twine = "twine.__main__:main"
6768

6869
[tool.setuptools]
69-
packages = [
70-
"twine",
71-
"twine.commands",
72-
]
70+
packages = ["twine", "twine.commands"]
7371
include-package-data = true
7472
license-files = ["LICENSE"]
7573

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
minversion = 3.8
3-
envlist = lint,types,py{38,39,310,311,312},integration,docs
3+
envlist = lint,types,py{38,39,310,311,312,313},integration,docs
44
isolated_build = True
55

66
[testenv]

0 commit comments

Comments
 (0)