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

Modernize old workflows #88

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

HexDecimal
Copy link
Collaborator

Add tests for Python 3.12 3.13 and PyPy 3.10.

Publishing uses the correct URL.

Removed types-setuptools because there is no setup.py to check.

Failing CI tests were caused by installing check-manifest on PyPy on Windows. I couldn't convince Tox to force CPython for the lint test environment so I moved linting into a separate CI job. Linting is redundant if done more than once anyways.

Possible future task: Flake8 on Tox could be replaced with Ruff on pre-commit.

Add tests for Python 3.12 3.13 and PyPy 3.10

Publishing uses the correct URL

Removed `types-setuptools` because there is no `setup.py` to check.
Copy link

codecov bot commented Sep 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.54%. Comparing base (d873f69) to head (2f42300).

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #88   +/-   ##
=======================================
  Coverage   99.54%   99.54%           
=======================================
  Files           1        1           
  Lines         219      219           
=======================================
  Hits          218      218           
  Misses          1        1           

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

`check-manifest` does not work on PyPy on Windows

Linting rules are redundant if checked more than once
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