mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
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:
parent
7807ced0b8
commit
6343f28ec1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue