-
Notifications
You must be signed in to change notification settings - Fork 139
feat: add support for Python 3.10 #381
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
Conversation
af1b93b
to
38dccfe
Compare
38dccfe
to
73e0713
Compare
73e0713
to
e46bc04
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks very much for the patch!
021f666
to
14198ac
Compare
14198ac
to
b3fe89a
Compare
requirements{,-test}.txt are clean up to remove things that are not needed for tests to pass and to include newer versions of dependencies.
b3fe89a
to
406c646
Compare
Re-checked nox in ====================================================================== 2 passed, 6 warnings in 30.16s =======================================================================
nox > Session py-3.10 was successful.
nox > Running session readmegen
nox > Session readmegen skipped: This session had no parameters available..
nox > Ran multiple sessions:
nox > * lint: success
nox > * blacken: success
nox > * py-3.6: success
nox > * py-3.7: success
nox > * py-3.8: success
nox > * py-3.9: success
nox > * py-3.10: success
nox > * readmegen: skipped
20211229T193658 iwana@iwana-pc00.coop.no:~/sw/d/github.com/iafork/python-bigquery-sqlalchemy/samples/snippets
$ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution!
I'll work on getting the system tests passing so that we can merge this soon.
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #374 🦕
NOTE: system test fail for alembic, but that is the same as is happening on main branch, see #382 and #373