File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818 uses : actions/checkout@v4
1919 with :
2020 repository : ' timgraham/django'
21- ref : ' snowflake-6.0 .x'
21+ ref : ' snowflake-6.1 .x'
2222 path : ' django_repo'
2323 - name : Install system packages for Django's Python test dependencies
2424 run : |
Original file line number Diff line number Diff line change 33## Install and usage
44
55Use the version of django-snowflake that corresponds to your version of
6- Django. For example, to get the latest compatible release for Django 6.0 .x:
6+ Django. For example, to get the latest compatible release for Django 6.1 .x:
77
8- ` pip install django-snowflake==6.0 .* `
8+ ` pip install django-snowflake==6.1 .* `
99
1010The minor release number of Django doesn't correspond to the minor release
1111number of django-snowflake. Use the latest minor release of each.
Original file line number Diff line number Diff line change 1- __version__ = '6.0 '
1+ __version__ = '6.1a0 '
22
33# Check Django compatibility before other imports which may fail if the
44# wrong version of Django is installed.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ long_description_content_type = text/markdown
1111classifiers =
1212 Development Status :: 5 - Production/Stable
1313 Framework :: Django
14- Framework :: Django :: 6.0
14+ Framework :: Django :: 6.1
1515 License :: OSI Approved :: MIT License
1616 Operating System :: OS Independent
1717 Programming Language :: Python
@@ -27,7 +27,7 @@ project_urls =
2727python_requires = >=3.12
2828packages = find:
2929install_requires =
30- django >= 6.0 , < 6.1
30+ # django >= 6.1 , < 6.2
3131 snowflake-connector-python >= 3.6.0
3232
3333[flake8]
You can’t perform that action at this time.
0 commit comments