python-twitter-tools / twitter

Python Twitter API
http://mike.verdone.ca/twitter/
MIT License
3.17k stars 710 forks source link

Add support for Python 3.10 #434

Closed hugovk closed 2 years ago

hugovk commented 2 years ago

Python 3.10 was released on 2021-10-04:

And fix some deprecation warnings.

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 1371994039

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
twitter/cmdline.py 0 1 0.0%
<!-- Total: 1 2 50.0% -->
Totals Coverage Status
Change from base Build 949542225: 0.0%
Covered Lines: 645
Relevant Lines: 2061

💛 - Coveralls
boogheta commented 2 years ago

Good call, thanks as always ! The work on the v2 branch is progressing as well, a new release should come in soon! :)

boogheta commented 2 years ago

@hugovk Looks like there's an issue with the deploy action following your last change, not sure why it tries python3.1 instead of 3.10 though https://github.com/python-twitter-tools/twitter/runs/3976854952?check_suite_focus=true

hugovk commented 2 years ago

Oops, my mistake, I should have put quotes around it!

Will PR to fix it!

hugovk commented 2 years ago

Second oops, I accidentally committed directly to master instead of creating a PR: https://github.com/python-twitter-tools/twitter/commit/86f274a1eb63232aafca745320642df731b856fc.

hugovk commented 2 years ago

But the good news is the deploy is working now :)

https://github.com/python-twitter-tools/twitter/runs/3976963771?check_suite_focus=true

boogheta commented 2 years ago

Haha that's ok :) Thx again !