mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 00:28:31 +02:00
Update Windows Python versions (#910)
* [Travis] update Windows Python versions * Update Python versions to be uniform across the board Co-authored-by: Jonathan Wren <jonathan@nowandwren.com>
This commit is contained in:
parent
9a56cc8a09
commit
587de366fb
1 changed files with 4 additions and 4 deletions
|
@ -94,13 +94,13 @@ jobs:
|
|||
name: Python 3.7 on MacOS
|
||||
python: 3.7
|
||||
env:
|
||||
JRNL_PYTHON_VERSION: 3.7.5
|
||||
JRNL_PYTHON_VERSION: 3.7.7
|
||||
- <<: *test_windows
|
||||
name: Python 3.7 on Windows
|
||||
python: 3.7
|
||||
env:
|
||||
<<: *env_windows
|
||||
JRNL_PYTHON_VERSION: 3.7.5
|
||||
JRNL_PYTHON_VERSION: 3.7.7
|
||||
|
||||
# Python 3.8 Tests
|
||||
- name: Python 3.8 on Linux
|
||||
|
@ -109,13 +109,13 @@ jobs:
|
|||
name: Python 3.8 on MacOS
|
||||
python: 3.8
|
||||
env:
|
||||
JRNL_PYTHON_VERSION: 3.8.0
|
||||
JRNL_PYTHON_VERSION: 3.8.2
|
||||
- <<: *test_windows
|
||||
name: Python 3.8 on Windows
|
||||
python: 3.8
|
||||
env:
|
||||
<<: *env_windows
|
||||
JRNL_PYTHON_VERSION: 3.8.0
|
||||
JRNL_PYTHON_VERSION: 3.8.2
|
||||
|
||||
# ... and beyond!
|
||||
- name: Python nightly on Linux
|
||||
|
|
Loading…
Add table
Reference in a new issue