We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c9b8cf commit 99e70caCopy full SHA for 99e70ca
1 file changed
python/setup.py
@@ -14,7 +14,7 @@
14
15
setup(
16
name='opensextant',
17
- version='1.5.7',
+ version='1.5.8',
18
19
description='OpenSextant APIs and Utilities',
20
long_description=long_description,
@@ -47,7 +47,8 @@
47
# Python 3+ only. Python 2 support remains in ver 1.1.x
48
'Programming Language :: Python :: 3.8',
49
'Programming Language :: Python :: 3.9',
50
- 'Programming Language :: Python :: 3.10'
+ 'Programming Language :: Python :: 3.10',
51
+ 'Programming Language :: Python :: 3.11'
52
],
53
54
# What does your project relate to?
0 commit comments