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 improve CI to test several versions of Python #137

Merged
merged 8 commits into from
Sep 28, 2024

Conversation

otetard
Copy link
Contributor

@otetard otetard commented Sep 27, 2024

[1.15.0] - 2024-09-28

Changed

  • Make the minimal Python version to 3.10.
  • Replace isort, black and autoflake with Ruff.
  • Update Mypy configuration.
  • Improve CI to test the package with several versions of Python.
  • Update some dependencies to their latest version (requests-ratelimiter, typer, prometheus-client) and some devel ones (pytest, pytest-asyncio, pytest-env, faker).

@otetard otetard force-pushed the add-python-3.12 branch 6 times, most recently from fae85d1 to f99dbdf Compare September 27, 2024 10:21
@otetard otetard force-pushed the add-python-3.12 branch 3 times, most recently from e96c6d2 to 3eafa3c Compare September 27, 2024 11:56
Darkheir
Darkheir previously approved these changes Sep 27, 2024
Darkheir
Darkheir previously approved these changes Sep 28, 2024
Copy link

codecov bot commented Sep 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.64%. Comparing base (ab884bb) to head (e6bf891).
Report is 12 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #137      +/-   ##
==========================================
- Coverage   90.74%   90.64%   -0.10%     
==========================================
  Files          34       34              
  Lines        2410     2417       +7     
==========================================
+ Hits         2187     2191       +4     
- Misses        223      226       +3     

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

@otetard otetard changed the title Add python 3.12 Add support for Python 3.12 and improve CI to test several versions of Python Sep 28, 2024
@otetard otetard marked this pull request as ready for review September 28, 2024 15:50
@otetard otetard enabled auto-merge September 28, 2024 15:50
@otetard otetard requested a review from Darkheir September 28, 2024 15:50
@otetard otetard merged commit dbea1a1 into main Sep 28, 2024
8 checks passed
@otetard otetard deleted the add-python-3.12 branch September 29, 2024 08:40
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.

2 participants