mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
Support Python 3.9 release in build instead of using 3.9 beta
This commit is contained in:
parent
d20ce3d383
commit
b2f7b49dcc
2 changed files with 7 additions and 24 deletions
29
.travis.yml
29
.travis.yml
|
@ -108,37 +108,20 @@ jobs:
|
||||||
<<: *env_windows
|
<<: *env_windows
|
||||||
JRNL_PYTHON_VERSION: 3.8.2
|
JRNL_PYTHON_VERSION: 3.8.2
|
||||||
|
|
||||||
# Python 3.9 Dev Tests
|
# Python 3.9 Tests
|
||||||
- name: Python 3.9 on Linux
|
- name: Python 3.9 on Linux
|
||||||
before_install:
|
python: 3.9
|
||||||
- pip install toml
|
|
||||||
- python .build/allow_all_python_version.py
|
|
||||||
python: 3.9-dev
|
|
||||||
- <<: *test_mac
|
- <<: *test_mac
|
||||||
name: Python 3.9 on MacOS
|
name: Python 3.9 on MacOS
|
||||||
before_install:
|
python: 3.9
|
||||||
- brew upgrade pyenv
|
|
||||||
- eval "$(pyenv init -)"
|
|
||||||
- pyenv install -s $JRNL_PYTHON_VERSION
|
|
||||||
- pyenv global $JRNL_PYTHON_VERSION
|
|
||||||
- pip install --upgrade pip
|
|
||||||
- pip --version
|
|
||||||
- pip install toml
|
|
||||||
- python .build/allow_all_python_version.py
|
|
||||||
env:
|
env:
|
||||||
JRNL_PYTHON_VERSION: 3.9.0b5
|
JRNL_PYTHON_VERSION: 3.9.0
|
||||||
- <<: *test_windows
|
- <<: *test_windows
|
||||||
name: Python 3.9 on Windows
|
name: Python 3.9 on Windows
|
||||||
before_install:
|
python: 3.9
|
||||||
- choco install python --pre
|
|
||||||
- python --version
|
|
||||||
- python -m pip install --upgrade pip
|
|
||||||
- pip --version
|
|
||||||
- pip install toml
|
|
||||||
- python .build/allow_all_python_version.py
|
|
||||||
env:
|
env:
|
||||||
<<: *env_windows
|
<<: *env_windows
|
||||||
JRNL_PYTHON_VERSION: 3.9.0b5
|
JRNL_PYTHON_VERSION: 3.9.0
|
||||||
|
|
||||||
# ... and beyond!
|
# ... and beyond!
|
||||||
- name: Python nightly on Linux
|
- name: Python nightly on Linux
|
||||||
|
|
|
@ -16,7 +16,7 @@ homepage = "https://jrnl.sh"
|
||||||
repository = "https://github.com/jrnl-org/jrnl"
|
repository = "https://github.com/jrnl-org/jrnl"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.7.0, <3.9.0"
|
python = ">=3.7.0, <3.10.0"
|
||||||
pyxdg = "^0.26.0"
|
pyxdg = "^0.26.0"
|
||||||
cryptography = "^3.0"
|
cryptography = "^3.0"
|
||||||
passlib = "^1.7"
|
passlib = "^1.7"
|
||||||
|
|
Loading…
Add table
Reference in a new issue