Skip to content

Commit 27e4fc5

Browse files
committed
update python versions
1 parent f51c2b3 commit 27e4fc5

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ matrix:
1616
env: TOXENV=py38
1717
- python: "3.9"
1818
env: TOXENV=py39
19+
- python: "3.10"
20+
env: TOXENV=py39
1921
- env: TOXENV=flake8
2022

2123
install:

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ def extract_variable(filename, variable): # type: (str, str) -> str
4444
'Programming Language :: Python :: 3.4',
4545
'Programming Language :: Python :: 3.5',
4646
'Programming Language :: Python :: 3.6',
47+
'Programming Language :: Python :: 3.7',
48+
'Programming Language :: Python :: 3.8',
49+
'Programming Language :: Python :: 3.9',
50+
'Programming Language :: Python :: 3.10',
4751
'Topic :: Text Processing :: Markup :: HTML',
4852
'Topic :: Software Development :: Libraries :: Python Modules'
4953
],

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{27,36,37,38,39},flake8
2+
envlist = py{27,36,37,38,39,310},flake8
33
skip_missing_interpreters = true
44

55
[testenv]

0 commit comments

Comments
 (0)