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

chore: upgrade docs dependencies and fix warnings #217

Merged
merged 4 commits into from
Aug 13, 2023
Merged

Conversation

mcous
Copy link
Owner

@mcous mcous commented Aug 13, 2023

This PR makes sure we're using the latest available mkdocs tools by scoping them to >=3.8, since several libraries involved have dropped 3.7 support. We use 3.11 for the docs build, so this is acceptable.

It also:

  • Adds Python 3.12 to the test matrix
  • Upgrades black to latest
  • Upgrades mypy to latest

Copy link
Owner Author

mcous commented Aug 13, 2023

@codecov
Copy link

codecov bot commented Aug 13, 2023

Codecov Report

Merging #217 (b882b01) into main (1dc6abf) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #217   +/-   ##
=======================================
  Coverage   98.36%   98.36%           
=======================================
  Files          19       19           
  Lines         736      736           
  Branches       87       87           
=======================================
  Hits          724      724           
  Misses         10       10           
  Partials        2        2           
Files Changed Coverage Δ
decoy/__init__.py 100.00% <ø> (ø)
decoy/errors.py 100.00% <ø> (ø)
decoy/matchers.py 89.09% <ø> (ø)
decoy/warnings.py 100.00% <ø> (ø)

@mcous mcous marked this pull request as ready for review August 13, 2023 18:41
@mcous mcous merged commit d8c6923 into main Aug 13, 2023
22 checks passed
@mcous mcous deleted the docs-build-update branch August 13, 2023 21:04
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