Skip to content

Commit dab384e

Browse files
committed
Add py10 to testing
1 parent 1ca9eae commit dab384e

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,7 @@ matrix:
1919
- python: 3.9
2020
env:
2121
- TOX_ENV=py39
22+
- python: 3.10
23+
env:
24+
- TOX_ENV=py310
2225
script: tox -e $TOX_ENV

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"Programming Language :: Python :: 3.7",
4444
"Programming Language :: Python :: 3.8",
4545
"Programming Language :: Python :: 3.9",
46+
"Programming Language :: Python :: 3.10",
4647
"Topic :: Software Development :: Libraries :: Python Modules",
4748
],
4849
)

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27,py36,py37,py38,py39
2+
envlist = py27,py36,py37,py38,py39,py310
33

44
[testenv]
55
deps = pytest

upload-to-anaconda.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
conda-build . --python 3.7
77
conda-build . --python 3.8
88
conda-build . --python 3.9
9+
conda-build . --python 3.10
910
# anaconda login
1011
# anaconda upload --user mpcabd /opt/conda/conda-bld/noarch/arabic-reshaper-*-py36_0.tar.bz2
1112
anaconda upload --user mpcabd /opt/conda/conda-bld/noarch/arabic-reshaper-*-py37_0.tar.bz2
1213
anaconda upload --user mpcabd /opt/conda/conda-bld/noarch/arabic-reshaper-*-py38_0.tar.bz2
1314
anaconda upload --user mpcabd /opt/conda/conda-bld/noarch/arabic-reshaper-*-py39_0.tar.bz2
15+
anaconda upload --user mpcabd /opt/conda/conda-bld/noarch/arabic-reshaper-*-py310_0.tar.bz2

0 commit comments

Comments
 (0)