fatiando / maintenance

NOTICE: This repository is archived. Content and functionality has been moved to https://github.com/fatiando/community
Creative Commons Attribution 4.0 International
1 stars 0 forks source link

Extend support for Python 3.9 #5

Closed santisoler closed 3 years ago

santisoler commented 4 years ago

Description

Extend support of all our libraries to Python 3.9. This involves:

  1. Adding CI jobs with Python 3.9 so we know things work. This usually only involves adding "3.9" to the list of Python versions in the configuration files.
  2. Add the 3.9 tag to setup.py

Apply changes to

Libraries:

Other repositories:

Further instructions

In order to solve this issue we need to start opening Pull Requests on each repository listed above. Optionally, we can open Issues on each repository if further discussion specific to that repository is needed.

Remember to mention this Issue on every Issue or Pull Request opened on each repository for keeping a record by adding something like:

Related to fatiando/maintenance#XX

A quick checklist:

  1. Open an Issue on each repository listed above (optional). Mention this Issue on them.
  2. Open a Pull Request on the same repository to tackle the Issue. Mention this Issue on them.
  3. Check-off the repository on the list above once the Pull Request is merged.
  4. Close this issue when all items are checked-off.

We want your help

We know that maintenance tasks are very demanding, so we don't expect a single person to tackle this issue by themselves. Any help is very welcomed, so please comment below that you want to take care of the changes on any repository and we will assign it to you.

santisoler commented 3 years ago

Duplicate of #14