We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e47cdda commit d2507fdCopy full SHA for d2507fd
1 file changed
setup.py
@@ -30,7 +30,7 @@ def read(filename):
30
packages=["crate", "crate.qa"],
31
install_requires=[
32
'crate>=1.0.0.dev2',
33
- 'cr8 @ git+https://codeberg.org/mfussenegger/cr8.git@master',
+ 'cr8>=0.29.1',
34
'Cython',
35
'asyncpg>=0.21',
36
'pyodbc',
@@ -42,7 +42,7 @@ def read(filename):
42
'Development Status :: 4 - Beta',
43
'License :: OSI Approved :: MIT License',
44
'Programming Language :: Python :: 3',
45
- 'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.14',
46
],
47
use_scm_version=True,
48
setup_requires=['setuptools_scm']
0 commit comments