Updated workflow to support python 3.10#230
Conversation
Gallaecio
left a comment
There was a problem hiding this comment.
We should also update checks.yml to use 3.10 instead of 3.9 where possible.
Co-authored-by: Adrián Chaves <adrian@chaves.io>
|
Should I also update publish.yml? |
Yes, please!
Yes, and I think they also support 3.10. |
Updated the python version of docs to keep it sync with readthedocs
Updated publish.yml to add support for python 3.10
Yeah updated it. Please check now if any other changes are needed? |
Codecov Report
@@ Coverage Diff @@
## master #230 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 5 5
Lines 290 290
Branches 50 50
=========================================
Hits 290 290 Continue to review full report at Codecov.
|
|
Thank you. I think that’s it. The only failing check is due to a new version of pylint which adds new checks. We should probably handle that separately, in a similar fashion to how it was handled in Scrapy (probably also pinning the pylint version to avoid similar issues in the future), so I think it is fine to merge this pull request as is, as soon as another maintainer also approves the changes. |
Ok sir. |
Updated test workflow and added classifier to support python 3.10.