django-cms / django-filer

File and Image Management Application for django
https://django-filer.readthedocs.io/
Other
1.73k stars 574 forks source link

Update classifiers for upcoming pypi release #1368

Closed vinitkumar closed 1 year ago

vinitkumar commented 1 year ago

Description

The classifiers for the package needs to be accurate. We support Python3.8 only with this release and also add support for Django 4.2.

Related resources

Checklist

codecov[bot] commented 1 year ago

Codecov Report

Merging #1368 (e1c4464) into master (10b3167) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1368   +/-   ##
=======================================
  Coverage   73.65%   73.65%           
=======================================
  Files          75       75           
  Lines        3408     3408           
  Branches      551      551           
=======================================
  Hits         2510     2510           
  Misses        727      727           
  Partials      171      171           
vinitkumar commented 1 year ago

python-requires=">=3.8",

Just did.

vinitkumar commented 1 year ago

Should also resolve https://github.com/django-cms/django-filer/issues/1356