jazzband / django-two-factor-auth

Complete Two-Factor Authentication for Django providing the easiest integration into most Django projects.
MIT License
1.71k stars 448 forks source link

Add Python 3.11 to CI, tox, and trove classifiers #567

Closed joshuadavidthomas closed 2 years ago

joshuadavidthomas commented 2 years ago

Description

Adds Python 3.11 to GHA build.yml workflow, tox.ini, and the list of trove classifiers in setup.py.

Motivation and Context

Python 3.11 was released this week.

How Has This Been Tested?

In CI on my fork.

Screenshots (if appropriate):

N/A

Types of changes

Checklist:

codecov[bot] commented 2 years ago

Codecov Report

Merging #567 (a964e8e) into master (4859f69) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff            @@
##           master     #567    +/-   ##
========================================
  Coverage   95.67%   95.67%            
========================================
  Files          65       65            
  Lines        2938     2938            
  Branches      226      329   +103     
========================================
  Hits         2811     2811            
  Misses        103      103            
  Partials       24       24            

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

claudep commented 2 years ago

May I ask you a favor? Could you review my PR #543 ? I don't know if any Jazzband member review is enough to allow a PR to be pushed, or if some special permission is needed in addition.