Skip to content

Commit

Permalink
removed support for py3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Salaah01 committed Mar 5, 2024
1 parent b728d43 commit bc5402b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,19 @@ classifiers =
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Software Development :: Libraries :: Python Modules

[options]
python_requires = >=3.6
python_requires = >=3.8
packages = find:
include_package_data = true
zip_safe = false

install_requires =
django >= 3.0
django >= 3.2
django-tinymce > 3.7.1


Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =py{37,38,39,310}
envlist =py{38,39,310}

[testenv]
deps =
Django >= 3.0
django-tinymce > 3.7.1
Django >= 3.2
django-tinymce >= 3.7.1

0 comments on commit bc5402b

Please sign in to comment.