We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c88a41a commit 52e1f1eCopy full SHA for 52e1f1e
setup.py
@@ -4,7 +4,7 @@
4
5
setup(
6
name="mdxpy",
7
- version='1.0',
+ version='1.1',
8
maintainer='Marius Wirtz',
9
maintainer_email='MWirtz@cubewise.com',
10
license="MIT-LICENSE",
@@ -29,6 +29,8 @@
29
'Programming Language :: Python :: 3.7',
30
'Programming Language :: Python :: 3.8',
31
'Programming Language :: Python :: 3.9',
32
+ 'Programming Language :: Python :: 3.10',
33
+ 'Programming Language :: Python :: 3.11',
34
'Programming Language :: Python :: Implementation :: CPython'
35
]
36
)
0 commit comments