We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5524788 commit c37cff3Copy full SHA for c37cff3
.travis.yml
@@ -7,6 +7,7 @@ python:
7
- '3.7'
8
- '3.8'
9
- '3.9'
10
+- '3.10'
11
before_install:
12
- pip install -U pip wheel
13
- pip install .[toil]
setup.py
@@ -53,6 +53,7 @@
53
"Programming Language :: Python :: 3.7",
54
"Programming Language :: Python :: 3.8",
55
"Programming Language :: Python :: 3.9",
56
+ "Programming Language :: Python :: 3.10",
57
"Topic :: Software Development :: Libraries :: Python Modules",
58
],
59
)
0 commit comments