Skip to content

Commit c993aab

Browse files
authored
Merge branch 'master' into unicode-16-17
2 parents 60acd01 + a825401 commit c993aab

File tree

5 files changed

+6
-35
lines changed

5 files changed

+6
-35
lines changed

.travis.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

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
------------------------

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ idna==3.7
2020
# via requests
2121
imagesize==1.4.1
2222
# via sphinx
23-
jinja2==3.1.4
23+
jinja2==3.1.6
2424
# via sphinx
2525
markupsafe==2.1.3
2626
# via jinja2
2727
packaging==23.2
2828
# via sphinx
2929
pygments==2.16.1
3030
# via sphinx
31-
requests==2.32.0
31+
requests==2.32.4
3232
# via sphinx
3333
snowballstemmer==2.2.0
3434
# via sphinx

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)