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 947cbb9 commit 0270fc4Copy full SHA for 0270fc4
setup.py
@@ -6,7 +6,7 @@
6
from setuptools import setup
7
from setuptools import find_packages
8
9
-VERSION = '1.4.2.1'
+VERSION = '1.5'
10
11
NAME = 'inference-schema'
12
@@ -30,9 +30,10 @@
30
'Intended Audience :: Developers',
31
'Intended Audience :: System Administrators',
32
'Programming Language :: Python :: 3',
33
- 'Programming Language :: Python :: 3.6',
34
'Programming Language :: Python :: 3.7',
35
- 'Programming Language :: Python :: 3.8'
+ 'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
36
+ 'Programming Language :: Python :: 3.10',
37
]
38
39
with io.open('LICENSE.txt', 'r', encoding='utf-8') as f:
0 commit comments