Skip to content

Update tests: Drop support for python 3.6, change default to 3.8, add support for 3.9 and 3.10 on github actions#48

Merged
emirkmo merged 3 commits intodevelfrom
update_tests
Mar 3, 2022
Merged

Update tests: Drop support for python 3.6, change default to 3.8, add support for 3.9 and 3.10 on github actions#48
emirkmo merged 3 commits intodevelfrom
update_tests

Conversation

@emirkmo
Copy link
Contributor

@emirkmo emirkmo commented Feb 15, 2022

Fixes #41 and #27.

Change the yaml file on .github to actions to use python 3.8 by default instead of 3.7 (although I would prefer we move to 3.9 if possible), no longer tests against 3.6, and now tests again 3.9 and 3.10.

@codecov
Copy link

codecov bot commented Feb 15, 2022

Codecov Report

Merging #48 (197b7e4) into devel (975436b) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##            devel      #48   +/-   ##
=======================================
  Coverage   29.14%   29.14%           
=======================================
  Files          36       36           
  Lines        2628     2628           
=======================================
  Hits          766      766           
  Misses       1862     1862           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 975436b...197b7e4. Read the comment docs.

@emirkmo
Copy link
Contributor Author

emirkmo commented Feb 15, 2022

All tests passing. Let me know what you think @rhandberg

@emirkmo emirkmo requested a review from rhandberg February 15, 2022 12:18
@emirkmo emirkmo self-assigned this Feb 15, 2022
@emirkmo emirkmo mentioned this pull request Feb 15, 2022
@emirkmo emirkmo merged commit 3305323 into devel Mar 3, 2022
@emirkmo emirkmo deleted the update_tests branch August 9, 2022 10:40
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.

Remove support for py 3.6

1 participant