Use latest python3 on build server

Tested this to work on a local RTD server with Python 3.7. Consider this as a better default than pinning specific Python 3 versions, which makes it harder for the central RTD server to get rid of these versions.
This commit is contained in:
Benjamin Balder Bach 2020-10-07 16:45:41 +02:00 committed by GitHub
parent 00f402f8e9
commit 79fd7487f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
version: 2
python:
version: 3.6
version: 3
install:
- requirements: docs/requirements.txt