Skip to content

Commit

Permalink
First shot djang 5
Browse files Browse the repository at this point in the history
why not?
  • Loading branch information
Bob Booij-Liewes committed Dec 18, 2024
1 parent 90d07e0 commit d990001
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
python-version: ["3.8", "3.12"]
django-version: ["3.2.25", "4.2.11"]
django-version: ["3.2.25", "5.1.4"]
database-engine: ["postgres", "mysql"]

services:
Expand Down
2 changes: 1 addition & 1 deletion ci-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
psycopg2<3.0
psycopg2<3.2.3
mysqlclient
Pillow
django-request-id
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='django-binder',
version='1.6.0',
version='1.7.0',
package_dir={'binder': 'binder'},
packages=find_packages(),
include_package_data=True,
Expand All @@ -27,6 +27,7 @@
'Framework :: Django',
'Framework :: Django :: 3.0',
'Framework :: Django :: 4.0',
'Framework :: Django :: 5.0',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
Expand All @@ -36,7 +37,7 @@
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
],
install_requires=[
'Django >= 3.0, < 4.0',
'Django >= 3.0, < 6.0',
'Pillow >= 3.2.0',
'django-request-id >= 1.0.0',
'requests >= 2.13.0',
Expand Down

0 comments on commit d990001

Please sign in to comment.