Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Python 3.11 #13

Merged
merged 1 commit into from
May 3, 2022
Merged

Support Python 3.11 #13

merged 1 commit into from
May 3, 2022

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented May 3, 2022

Python 3.11 beta is out on Friday with full release in October:

  • 3.11.0 beta 1: Friday, 2022-05-06
  • 3.11.0 final: Monday, 2022-10-03

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

Changes proposed in this pull request:

  • Test 3.11-dev on GitHub Actions
  • Add py311 to tox.ini
  • Add Trove classifier
  • Update some config

@codecov-commenter
Copy link

codecov-commenter commented May 3, 2022

Codecov Report

Merging #13 (4faef03) into main (52b0aab) will decrease coverage by 1.25%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main      #13      +/-   ##
==========================================
- Coverage   99.68%   98.42%   -1.26%     
==========================================
  Files           9        9              
  Lines         635      635              
==========================================
- Hits          633      625       -8     
- Misses          2       10       +8     
Flag Coverage Δ
GHA_Ubuntu ?
GHA_Windows ?
GHA_macOS ?
macos-latest 97.48% <ø> (?)
ubuntu-latest 98.42% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
tests/test_i18n.py 88.88% <0.00%> (-11.12%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 52b0aab...4faef03. Read the comment docs.

@hugovk hugovk added the changelog: Added For new features label May 3, 2022
@hugovk hugovk merged commit 0c177f7 into python-humanize:main May 3, 2022
@hugovk hugovk deleted the add-3.11 branch May 3, 2022 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: Added For new features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants