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

Freshen requirements, docs, etc. for Python 3.12 release #19

Merged
merged 17 commits into from
Oct 9, 2023
Merged

Conversation

bskinn
Copy link
Owner

@bskinn bskinn commented Oct 1, 2023

  • Bump official minimum versions to Python 3.8 and flake8 5.0
    • May still run fine down to Python 3.6
    • flake8>=5.0 is a firm lower bound for Python 3.12 due to changes in importlib.metadata behavior
  • Add official Python 3.12 support
  • Migrate from setup.cfg to pyproject.toml
  • Refactor from .format() calls to f-strings in tests
  • Add test to ensure sdist provides everything needed to test the distribution (adapted from sphobjinv)

Better email, updated classifiers for Python versions
setup.cfg and README

Also update README copyright
@codecov-commenter
Copy link

codecov-commenter commented Oct 1, 2023

Codecov Report

Merging #19 (6dcd348) into main (18c97a5) will not change coverage.
The diff coverage is 100.00%.

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

@@            Coverage Diff            @@
##              main       #19   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines           73        73           
=========================================
  Hits            73        73           
Files Coverage Δ
tests/test_plugin.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@bskinn bskinn merged commit 84a915c into main Oct 9, 2023
27 checks passed
@bskinn bskinn deleted the py312-freshen branch October 9, 2023 00:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants