-
Notifications
You must be signed in to change notification settings - Fork 641
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
add python 3.9 tests #466
add python 3.9 tests #466
Conversation
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.
@codeboten docs ci is failing, your passionate area :)
tox.ini
Outdated
@@ -6,146 +6,146 @@ envlist = | |||
; for specifying supported Python versions per package. | |||
|
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.
Please rebase so you can add instrumentation-base
:D
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.
done.
@lonewolf3739 turns out the problem was that we pinned the version of Sphinx to an old version that contained a bug w/ python 3.9. fixed this by unpinning sphinx |
Python 3.9 wasn't being tested in this repo, fixing that.