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

Update package metadata for support Python versions #358

Merged
merged 2 commits into from
Nov 17, 2023

Conversation

mtreinish
Copy link
Owner

This commit updates the stestr package metadata to reflect that Python 3.12 is supported now. The previous release 4.1.0 had preliminary support for 3.12, but was blocked on our upstream dependencies needing fixes for running with 3.12 to run it in CI. This commit updates the pacakge metadata so the trove classifiers indicate that Python 3.12 is now a supported version of Python. The other thing being updated is the minimum version of Python supported in the metadata (which results in a pip error if an older version is trying to install the package) is set to 3.7, it was previously set to 3.6 but we dropped 3.6 support in: 9d5a504 which was part of the 4.1.0 release.

This commit updates the stestr package metadata to reflect that Python
3.12 is supported now. The previous release 4.1.0 had preliminary
support for 3.12, but was blocked on our upstream dependencies needing
fixes for running with 3.12 to run it in CI. This commit updates the
pacakge metadata so the trove classifiers indicate that Python 3.12 is
now a supported version of Python. The other thing being updated is the
minimum version of Python supported in the metadata (which results in a
pip error if an older version is trying to install the package) is set
to 3.7, it was previously set to 3.6 but we dropped 3.6 support in:
9d5a504 which was part of the 4.1.0 release.
Copy link

codecov bot commented Nov 11, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3bef578) 61.95% compared to head (32e76ab) 61.95%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #358   +/-   ##
=======================================
  Coverage   61.95%   61.95%           
=======================================
  Files          30       30           
  Lines        2618     2618           
  Branches      426      426           
=======================================
  Hits         1622     1622           
  Misses        877      877           
  Partials      119      119           
Flag Coverage Δ
unittests 61.95% <ø> (ø)

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.

@mtreinish mtreinish merged commit cc66736 into main Nov 17, 2023
23 checks passed
@mtreinish mtreinish deleted the update-python-versions branch November 17, 2023 11:18
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