Skip to content

Commit

Permalink
Merge pull request #36 from Govexec/maximum-python-version-bump
Browse files Browse the repository at this point in the history
VIR-575 Allowing all versions of python 3.9.x to work.
  • Loading branch information
LachieBell authored Jan 13, 2023
2 parents 71a43eb + 74bbd23 commit 3bee467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers =
[options]
include_package_data = true
packages = find:
python_requires = >=2.7, <=3.9
python_requires = >=2.7, <3.10
install_requires =
Django >= 1.8
django-admin-ordering==0.13.1
Expand Down

0 comments on commit 3bee467

Please sign in to comment.