You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use Python 3.10 in Continuous Integration tests (#1577)
Updating the "GMT Dev Tests" GitHub Actions continuous integration
workflows that used Python 3.9 to use Python 3.10 now.
* Put quotes around 3.10 so that it doesn't get read as Python 3.1
* Manually install Python 3.10 on ci_tests_dev.yaml
* Use pip to install dvc on ci_tests_dev workflow
Workaround missing Python 3.10 packages for dvc
on conda-forge.
* Install numpy before other deps since it is a build dependency for some
* Prefer older binary pip packages over newer pip packages
Save from having to compile Python 3.10 packages,
and fixes installation issues for some libraries like
`aiohttp` which have outdated pre-release versions.
* Set minimum Python version to 3.8 in README.rst
0 commit comments