Skip to content

Commit

Permalink
chore: mark 3.13 as explicitly supported
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw authored and sigmavirus24 committed Nov 30, 2024
1 parent 22e2e61 commit 80cc58c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13"
platform:
- ubuntu-latest
- macos-latest
Expand Down
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
]
requires-python = ">=3.8"
Expand Down Expand Up @@ -66,10 +67,7 @@ keyring = ["keyring >= 15.1"]
twine = "twine.__main__:main"

[tool.setuptools]
packages = [
"twine",
"twine.commands",
]
packages = ["twine", "twine.commands"]
include-package-data = true
license-files = ["LICENSE"]

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
minversion = 3.8
envlist = lint,types,py{38,39,310,311,312},integration,docs
envlist = lint,types,py{38,39,310,311,312,313},integration,docs
isolated_build = True

[testenv]
Expand Down

0 comments on commit 80cc58c

Please sign in to comment.