Skip to content

Commit

Permalink
Update support Python & Django versions, increment project version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ropable committed Feb 15, 2024
1 parent a19ba49 commit e70d0b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Django>=3.2,<5
Django>=3.2
twine
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
README = readme.read()

install_requires = [
'Django>=3.2,<5',
'Django>=3.2',
]
version = ('1.6.0')
version = ('1.7.0')

setup(
name='webtemplate-dbca',
Expand All @@ -33,18 +33,18 @@
'Framework :: Django',
'Framework :: Django :: 3.2',
'Framework :: Django :: 4.0',
'Framework :: Django :: 4.1',
'Framework :: Django :: 4.2',
'Framework :: Django :: 5.0',
'Environment :: Web Environment',
'Intended Audience :: Developers',
'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'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',
'Programming Language :: Python :: 3.12',
'Topic :: Software Development :: Libraries',
'Topic :: Software Development :: Libraries :: Python Modules',
],
Expand Down

0 comments on commit e70d0b1

Please sign in to comment.