Skip to content

Commit

Permalink
[DEV-103519] Update setup versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JVenberg committed Feb 22, 2024
1 parent 19fbdb2 commit 26d3109
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
URL = 'https://github.com/roverdotcom/django-inlinecss'
EMAIL = '[email protected]'
AUTHOR = 'Philip Kimmey'
REQUIRES_PYTHON = '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.7'
REQUIRES_PYTHON = '>=3.8'
VERSION = None

# What packages are required for this module to be executed?
REQUIRED = [
'Django>=1.11',
'Django>=3.2',
'pynliner',
'future>=0.16.0',
]
Expand All @@ -41,10 +41,10 @@
# What packages are optional?
EXTRAS = {
'flake8': [
'flake8==3.6.0',
'flake8-isort==2.6.0',
'isort==4.3.4',
'testfixtures==6.3.0',
'flake8==7.0.0',
'flake8-isort==6.1.1',
'isort==5.13.2',
'testfixtures==8.0.0',
],
'tests': TESTS,
}
Expand Down

0 comments on commit 26d3109

Please sign in to comment.