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 7d40232 commit c3eab9bCopy full SHA for c3eab9b
setup.py
@@ -34,7 +34,6 @@ def read_version() -> str:
34
'Intended Audience :: Developers',
35
'Intended Audience :: Science/Research',
36
'Programming Language :: Python :: 3',
37
- 'Programming Language :: Python :: 3.6',
38
'Programming Language :: Python :: 3.7',
39
'Programming Language :: Python :: 3.8',
40
'Operating System :: OS Independent',
@@ -55,6 +54,9 @@ def read_version() -> str:
55
54
'chebyshev_schedule',
56
'lookahead',
57
'radam',
+ 'adabound',
58
+ 'adaboundw',
59
+ 'adahessian',
60
]
61
)
62
0 commit comments