File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 4
4
# * envlists
5
5
# * testenv
6
6
# * testenv:.package
7
+ # * testenv:py313-dev
7
8
# * testenv:py312-dev
9
+ # * testenv:py312
8
10
# * testenv:docs
9
11
# * testenv:build
10
12
# * testenv:lint
@@ -54,7 +56,8 @@ changedir = {toxinidir}
54
56
deps =
55
57
build[virtualenv]>=0.3.1
56
58
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"
58
61
cryptography<40; implementation_name == "pypy" and python_version <= "3.7"
59
62
commands =
60
63
python -m build --sdist --wheel " {toxinidir}"
74
77
flake8-dunder-all>=0.1.1
75
78
flake8-encodings>=0.1.0
76
79
flake8-github-actions>=0.1.0
77
- flake8-noqa>=1.1.0,<=1.2.2
80
+ flake8-noqa>=1.1.0
78
81
flake8-pyi>=20.10.0,<=22.8.0
79
82
flake8-pytest-style>=1.3.0
80
83
flake8-quotes>=3.3.0
You can’t perform that action at this time.
0 commit comments