Skip to content

Commit 0115bd1

Browse files
authored
Merge branch 'master' into dependabot/pip/docs/requests-2.32.4
2 parents 9644095 + 08e24d4 commit 0115bd1

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

docs/intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Install wcwidth in editable mode::
107107

108108
Execute unit tests using tox_::
109109

110-
tox -e py27,py35,py36,py37,py38,py39,py310,py311,py312
110+
tox -e py27,py35,py36,py37,py38,py39,py310,py311,py312,py313,py314
111111

112112
Updating Unicode Version
113113
------------------------

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ def main():
7676
'Programming Language :: Python :: 3.10',
7777
'Programming Language :: Python :: 3.11',
7878
'Programming Language :: Python :: 3.12',
79+
'Programming Language :: Python :: 3.13',
80+
'Programming Language :: Python :: 3.14',
7981
'Topic :: Software Development :: Libraries',
8082
'Topic :: Software Development :: Localization',
8183
'Topic :: Software Development :: Internationalization',

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = update, compile, autopep8, docformatter, isort, pylint, flake8, pydocstyle, docs, verify_tables, py{27, 35, 36, 37, 38, 39, 310, 311, 312}, pypy{27, 36, 37, 38, 39, 310}
2+
envlist = update, compile, autopep8, docformatter, isort, pylint, flake8, pydocstyle, docs, verify_tables, py{27, 35, 36, 37, 38, 39, 310, 311, 312, 313, 314}, pypy{27, 36, 37, 38, 39, 310}
33
skip_missing_interpreters = true
44
# https://tox.wiki/en/4.11.3/faq.html#testing-end-of-life-python-versions
55
requires = virtualenv<20.22.0

0 commit comments

Comments
 (0)