Skip to content

Commit

Permalink
fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jerch committed Aug 3, 2022
1 parent daa783d commit 06d9dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -15,7 +15,7 @@ def get_version(path):
name='django-fast-update',
packages=find_packages(exclude=['example']),
include_package_data=True,
install_requires=['Django>=3.2,<4.1'],
install_requires=['Django>=3.2,<4.2'],
version=get_version('fast_update/__init__.py'),
license='MIT',
description='Faster db updates for Django using UPDATE FROM VALUES sql variants.',
Expand Down

0 comments on commit 06d9dab

Please sign in to comment.