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

Add support for Python 3.12 and drop EOL 3.6 and 3.7 #449

Merged
merged 3 commits into from
Sep 23, 2023

Conversation

hugovk
Copy link
Contributor

@hugovk hugovk commented Sep 20, 2023

The second Python 3.12 release candidate is out! 🚀

Call to action

We strongly encourage maintainers of third-party Python projects to prepare their projects for 3.12 compatibilities during this phase, and where necessary publish Python 3.12 wheels on PyPI to be ready for the final release of 3.12.0.

Python 3.12.0 final is due out in two weeks: 2023-10-02.

See also https://dev.to/hugovk/help-test-python-312-beta-1508/


Python 3.7 is EOL and no longer receiving security updates (or any updates) from the core Python team.

version released eol
3.11 2022-10-24 2027-10-24
3.10 2021-10-04 2026-10-04
3.9 2020-10-05 2025-10-05
3.8 2019-10-14 2024-10-14
3.7 2018-06-26 2023-06-27

https://devguide.python.org/versions/

@codecov-commenter
Copy link

codecov-commenter commented Sep 20, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.62% 🎉

Comparison is base (140fa51) 80.30% compared to head (0b50226) 80.92%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #449      +/-   ##
===========================================
+ Coverage    80.30%   80.92%   +0.62%     
===========================================
  Files           10       10              
  Lines          782      776       -6     
===========================================
  Hits           628      628              
+ Misses         154      148       -6     
Files Changed Coverage Δ
argcomplete/_check_console_script.py 0.00% <0.00%> (ø)
argcomplete/_check_module.py 40.98% <0.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kislyuk kislyuk merged commit 65775b1 into kislyuk:develop Sep 23, 2023
23 of 24 checks passed
@hugovk hugovk deleted the add-3.12 branch September 24, 2023 04:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants