Update Poetry requirements for testing latest Python version (#898)

Poetry errors out if we try to run a different version of Python that
what is specified in the config file. We want to run tests against the
latest Python version so we can see problems before they happen. This
fix updates the config file so Poetry will allow us to test. Nothing is
committed after the update.
This commit is contained in:
Jonathan Wren 2020-03-31 18:16:45 -07:00 committed by GitHub
parent 5d44997c38
commit 8284c90ba3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,6 +115,8 @@ jobs:
# ... and beyond!
- name: Python nightly on Linux
before_install:
- sed -i 's/^python = ">=3\.6\.0.*"$/python = "*"/' pyproject.toml
python: nightly
# Specialty tests