Skip to content

Add python 3.9 #34

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

Merged
merged 3 commits into from
Jun 8, 2020
Merged

Add python 3.9 #34

merged 3 commits into from
Jun 8, 2020

Conversation

sanjayankur31
Copy link
Contributor

We're already on python3.9 in Fedora 33 now, and modules depending on stdlib-list are failing to build there. I think these are all the changes that are needed to update the module for py3.9. The tests seem to pass:

$ python -m tests
........
----------------------------------------------------------------------
Ran 8 tests in 0.018s

OK

I haven't updated the travis configuration---wasn't sure if travis does py3.9 yet.

Fixes this error while trying to fetch lists:

```
AttributeError: ('intersphinx inventory %r not fetchable due to %s: %s', 'http://docs.python.org/3.8/objects.inv', <class 'AttributeError'>, "'DummyConfig' object has no attribute 'user_agent'")

```
@ocefpaf
Copy link
Contributor

ocefpaf commented Jun 8, 2020

Thanks @sanjayankur31!

@ocefpaf ocefpaf merged commit 4f9549c into pypi:master Jun 8, 2020
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.

2 participants