Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
raghavFam committed Dec 23, 2024
1 parent 7307e35 commit e74d3f8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
python_requires='>=3.7',
install_requires=[
'django>=3.2',
'django>=2.1',
'redis>=3.0.0',
'funcy>=1.8',
],
Expand All @@ -33,11 +33,17 @@
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Framework :: Django :: 2.1',
'Framework :: Django :: 2.2',
'Framework :: Django :: 3.0',
'Framework :: Django :: 3.1',
'Programming Language :: Python :: 3.12',
'Framework :: Django',
'Framework :: Django :: 3.2',
Expand Down
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
[tox]
envlist =
lint,
py35-dj{21,22}
py36-dj{30,31},
py37-dj{30,31,32},
py{38,39}-dj{30,31,32,40},
py37-dj32,
py{38,39}-dj{32,40},
py310-dj{32,40,41},
Expand Down

0 comments on commit e74d3f8

Please sign in to comment.