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.12 + PEP 695 (type statement, new type parameter syntax) #135

Merged
merged 10 commits into from
Apr 4, 2024

Conversation

brentyi
Copy link
Owner

@brentyi brentyi commented Apr 4, 2024

  • Add Python 3.12 to CI + pyproject.toml
  • Add example for Python 3.12-style generics
  • Add support for type statement

@brentyi brentyi force-pushed the brent/python3.12 branch from 4d48625 to dfc19db Compare April 4, 2024 08:20
Copy link

codecov bot commented Apr 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.89%. Comparing base (b43c668) to head (43ac008).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #135   +/-   ##
=======================================
  Coverage   99.89%   99.89%           
=======================================
  Files          24       24           
  Lines        1943     1945    +2     
=======================================
+ Hits         1941     1943    +2     
  Misses          2        2           
Flag Coverage Δ
unittests 99.89% <100.00%> (+<0.01%) ⬆️

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

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

@brentyi brentyi changed the title Python 3.12 support Support Python 3.12 + PEP 695 (type statement, new type parameter syntax) Apr 4, 2024
@brentyi brentyi merged commit eafae2e into main Apr 4, 2024
13 checks passed
@brentyi brentyi deleted the brent/python3.12 branch April 4, 2024 09:23
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.

1 participant