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

Python 3.11 compatibility #581

Merged
merged 13 commits into from
Mar 10, 2023
Merged

Python 3.11 compatibility #581

merged 13 commits into from
Mar 10, 2023

Conversation

abey79
Copy link
Owner

@abey79 abey79 commented Nov 12, 2022

Description

Known issue: #603

Checklist

  • feature/fix implemented
  • code formatting ok (black and isort)
  • mypy returns no error
  • tests added/updated and pytest succeeds
  • documentation added/updated
    • command docstring and option/argument help
    • README.md updated (Feature Overview)
    • CHANGELOG.md updated
    • added new command to reference.rst
    • RTD doc updated and building with no error (make clean && make html in docs/)

@codecov
Copy link

codecov bot commented Nov 12, 2022

Codecov Report

Patch coverage: 98.43% and no project coverage change.

Comparison is base (eddb681) 94.73% compared to head (ef0240e) 94.73%.

Additional details and impacted files
@@           Coverage Diff            @@
##           master     #581    +/-   ##
========================================
  Coverage   94.73%   94.73%            
========================================
  Files          62       62            
  Lines        5683     5683            
  Branches      768     1300   +532     
========================================
  Hits         5384     5384            
  Misses        182      182            
  Partials      117      117            
Impacted Files Coverage Δ
vpype_cli/metadata.py 92.70% <ø> (ø)
vpype_cli/cli.py 86.59% <66.66%> (+0.15%) ⬆️
tests/conftest.py 88.18% <100.00%> (ø)
vpype_viewer/_painters.py 99.65% <100.00%> (ø)
vpype_viewer/_utils.py 100.00% <100.00%> (ø)
vpype_viewer/engine.py 96.78% <100.00%> (ø)
vpype_viewer/image/__init__.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@sonarcloud
Copy link

sonarcloud bot commented Nov 12, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@sonarcloud
Copy link

sonarcloud bot commented Mar 10, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@abey79 abey79 merged commit b70ab77 into master Mar 10, 2023
@abey79 abey79 deleted the feature-python311 branch March 10, 2023 16:14
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.

DeprecationWarning: SelectableGroups dict interface is deprecated
1 participant