Skip to content

Commit c37cff3

Browse files
committed
test with python 3.10
1 parent 5524788 commit c37cff3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ python:
77
- '3.7'
88
- '3.8'
99
- '3.9'
10+
- '3.10'
1011
before_install:
1112
- pip install -U pip wheel
1213
- pip install .[toil]

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"Programming Language :: Python :: 3.7",
5454
"Programming Language :: Python :: 3.8",
5555
"Programming Language :: Python :: 3.9",
56+
"Programming Language :: Python :: 3.10",
5657
"Topic :: Software Development :: Libraries :: Python Modules",
5758
],
5859
)

0 commit comments

Comments
 (0)