Skip to content

Commit d2507fd

Browse files
mfusseneggermatriv
authored andcommitted
Depend on released cr8 instead of 'master'
1 parent e47cdda commit d2507fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def read(filename):
3030
packages=["crate", "crate.qa"],
3131
install_requires=[
3232
'crate>=1.0.0.dev2',
33-
'cr8 @ git+https://codeberg.org/mfussenegger/cr8.git@master',
33+
'cr8>=0.29.1',
3434
'Cython',
3535
'asyncpg>=0.21',
3636
'pyodbc',
@@ -42,7 +42,7 @@ def read(filename):
4242
'Development Status :: 4 - Beta',
4343
'License :: OSI Approved :: MIT License',
4444
'Programming Language :: Python :: 3',
45-
'Programming Language :: Python :: 3.6',
45+
'Programming Language :: Python :: 3.14',
4646
],
4747
use_scm_version=True,
4848
setup_requires=['setuptools_scm']

0 commit comments

Comments
 (0)