Skip to content

Commit

Permalink
Bump versions in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
j4mie committed Jan 20, 2025
1 parent e9f2347 commit e0c7f18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
author_email = "[email protected]"
license = "BSD"
install_requires = [
"Django>=3.1",
"Django>=4.2",
]

long_description = """Simple database-backed job queue system"""
Expand Down Expand Up @@ -82,5 +82,5 @@ def get_package_data(package):
package_data=get_package_data(package),
install_requires=install_requires,
classifiers=[],
python_requires=">=3.6"
python_requires=">=3.9"
)

0 comments on commit e0c7f18

Please sign in to comment.