jsonmodels icon indicating copy to clipboard operation
jsonmodels copied to clipboard

Drop support for EOL Python 3.6 and test 3.11 beta

Open hugovk opened this issue 2 years ago • 1 comments

I didn't add the Trove classifier for 3.11 because it's still in beta, but as this is a pure Python project we probably could add now?

hugovk avatar Jun 16 '22 12:06 hugovk

Codecov Report

Merging #163 (75ba003) into master (cc3c431) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #163   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines          764       764           
  Branches       186       170   -16     
=========================================
  Hits           764       764           
Impacted Files Coverage Δ
jsonmodels/parsers.py 100.00% <ø> (ø)
jsonmodels/validators.py 100.00% <ø> (ø)
jsonmodels/builders.py 100.00% <100.00%> (ø)
jsonmodels/models.py 100.00% <100.00%> (ø)
jsonmodels/utilities.py 100.00% <100.00%> (ø)

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

codecov[bot] avatar Jun 16 '22 12:06 codecov[bot]

I didn't add the Trove classifier for 3.11 because it's still in beta

Added it now, 3.11 is in final RC with full release out in a week or two!

https://peps.python.org/pep-0664/

hugovk avatar Oct 14 '22 09:10 hugovk

That was quick :smile:

beregond avatar Oct 14 '22 09:10 beregond

@hugovk thanks for help! These changes are now available in version 2.6.0 :rocket:

beregond avatar Oct 14 '22 10:10 beregond