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

Drop support for Python 3.6 and 3.7 + Upgrade dependencies in GitHub actions #31

Merged
merged 3 commits into from
Oct 22, 2023

Conversation

leifgehrmann
Copy link
Owner

@leifgehrmann leifgehrmann commented Oct 22, 2023

  • Fixed an issue with tox.ini. Evidently in 4.0.6, a breaking change was added that requires commas between environment variables. The error was this: pass_env values cannot contain whitespace, use comma to have multiple values in a single line, invalid values found 'TOXENV CI'
  • Python 3.6 and 3.7 are end-of-life, so in the next release of pangocairocffi we will announce that these versions are no longer supported. This includes the following changes:
    • Removing Python 3.6 and 3.7 from setup.cfg.
    • Removing Python 3.6 and 3.7 from the build.yml action.
  • In theory we should also support 3.11 and 3.12, so the following changes were made:
    • setup.cfg has been updated to show that the package supports 3.11 and 3.12.
    • Updated the documentation to explicitly say what versions of python we support.
    • coverage.yml and lint.yml actions have been updated to use the latest version of python, 3.12.
  • This PR will also update the use of actions/checkout in the GitHub actions to version 4.

@codecov-commenter
Copy link

codecov-commenter commented Oct 22, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b59cfe8) 75.48% compared to head (1b19a32) 75.48%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #31   +/-   ##
=======================================
  Coverage   75.48%   75.48%           
=======================================
  Files           6        6           
  Lines         155      155           
=======================================
  Hits          117      117           
  Misses         38       38           

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

@leifgehrmann leifgehrmann merged commit fa59166 into master Oct 22, 2023
36 checks passed
@leifgehrmann leifgehrmann deleted the upgrades branch October 22, 2023 16:30
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.

2 participants