Fix allow_failures (3.9-dev, not 3.9) and fix Windows find-and-replace command to allow 3.9

This commit is contained in:
Micah Jerome Ellison 2020-08-02 17:21:23 -07:00
parent 7807ced0b8
commit 6343f28ec1

View file

@ -62,7 +62,7 @@ aliases:
jobs: jobs:
fast_finish: true fast_finish: true
allow_failures: allow_failures:
- python: 3.9 - python: 3.9-dev
- python: nightly - python: nightly
include: include:
@ -121,7 +121,7 @@ jobs:
- <<: *test_windows - <<: *test_windows
name: Python 3.9 on Windows name: Python 3.9 on Windows
before_install: before_install:
- powershell -Command "(gc pyproject.toml) -replace 'python = "">=3.7.0, <3.9.0""', 'python = "">=3.7.0, <3.10.0""' | Out-File -encoding UTF8 pyproject.toml" - powershell -Command "(gc pyproject.toml) -replace 'python = "">=3.7.0, <3.9.0""', 'python = "">=3.7.0, <3.10.0""' -join \"`n\" | Out-File -encoding UTF8 pyproject.toml"
python: 3.9-dev python: 3.9-dev
env: env:
<<: *env_windows <<: *env_windows