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

Change: Format workflows, update actions and support Python 3.11 #866

Merged
merged 2 commits into from
Nov 10, 2022

Conversation

bjoernricks
Copy link
Contributor

What:

  • Run autoformatter on all workflow files
  • Add support for Python 3.11
  • Run Python based actions on Python 3.10 by default now
  • Update our actions to v2 versions

Why:

Remove warnings in workflow runs, support latest Python release

How:

Checklist:

  • Tests
  • Conventional commit message
  • Documentation

@codecov
Copy link

codecov bot commented Nov 7, 2022

Codecov Report

Merging #866 (7a42a81) into main (9530127) will increase coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #866      +/-   ##
==========================================
+ Coverage   98.42%   98.44%   +0.02%     
==========================================
  Files          58       58              
  Lines        4308     4311       +3     
  Branches     1032     1032              
==========================================
+ Hits         4240     4244       +4     
+ Misses         54       53       -1     
  Partials       14       14              
Impacted Files Coverage Δ
gvm/connections.py 86.99% <0.00%> (+0.57%) ⬆️

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

* Run autoformatter on all workflow files
* Add support for Python 3.11
* Run Python based actions on Python 3.10 by default now
* Update our actions to v2 versions
pylint seems to have issues with our codebase on Python 3.11.
@bjoernricks bjoernricks merged commit ddaea35 into main Nov 10, 2022
@bjoernricks bjoernricks deleted the update-actions branch November 10, 2022 16:00
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