Skip to content

Commit 351384f

Browse files
Updated files with 'repo_helper'. (#30)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent c6f5cbb commit 351384f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tox.ini

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
# * envlists
55
# * testenv
66
# * testenv:.package
7+
# * testenv:py313-dev
78
# * testenv:py312-dev
9+
# * testenv:py312
810
# * testenv:docs
911
# * testenv:build
1012
# * testenv:lint
@@ -54,7 +56,8 @@ changedir = {toxinidir}
5456
deps =
5557
build[virtualenv]>=0.3.1
5658
check-wheel-contents>=0.1.0
57-
twine>=3.2.0
59+
twine>=3.2.0; python_version < "3.13"
60+
twine@git+https://github.com/pypa/twine; python_version >= "3.13"
5861
cryptography<40; implementation_name == "pypy" and python_version <= "3.7"
5962
commands =
6063
python -m build --sdist --wheel "{toxinidir}"
@@ -74,7 +77,7 @@ deps =
7477
flake8-dunder-all>=0.1.1
7578
flake8-encodings>=0.1.0
7679
flake8-github-actions>=0.1.0
77-
flake8-noqa>=1.1.0,<=1.2.2
80+
flake8-noqa>=1.1.0
7881
flake8-pyi>=20.10.0,<=22.8.0
7982
flake8-pytest-style>=1.3.0
8083
flake8-quotes>=3.3.0

0 commit comments

Comments
 (0)