Skip to content

Commit

Permalink
update python 3.9, 3.12 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
betaBison committed Aug 4, 2024
1 parent 1e685bd commit 2f7ec2a
Show file tree
Hide file tree
Showing 8 changed files with 1,162 additions and 1,113 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.8", "3.11"]
python-version: ["3.9", "3.12"]
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast : false
defaults:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pip-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.8"]
python-version: ["3.9"]
os: [ubuntu-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8"]
python-version: ["3.9"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: 2
build:
os: ubuntu-20.04
tools:
python: "3.8"
python: "3.9"

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down
14 changes: 7 additions & 7 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Install
Prerequisites
-------------

| **Python:** >=3.8, <3.12
| **Python:** >=3.9, <3.13
| **Operating System:** Linux, Windows, MacOS
All :code:`gnss_lib_py` classes and methods are tested in Python 3.8,
and 3.11 in the latest Ubuntu, MacOS and Windows versions.
All :code:`gnss_lib_py` classes and methods are tested in Python 3.9,
and 3.12 in the latest Ubuntu, MacOS and Windows versions.
:code:`gnss_lib_py` was originally developed in Python 3.8.9 in
Ubuntu 20/22 and Ubuntu 20 for WSL2.

Expand Down Expand Up @@ -134,14 +134,14 @@ Linux/WSL2 and MacOS
eval "$(pyenv init --path)"
eval "$(pyenv virtualenv-init -)"
2. Install Python 3.8.9 or above with :code:`pyenv`. For example,
:code:`pyenv install 3.8.9`.
2. Install Python 3.9.0 or above with :code:`pyenv`. For example,
:code:`pyenv install 3.9.19`.

3. Clone the :code:`gnss_lib_py` repository.

4. Inside the :code:`gnss_lib_py` run :code:`pyenv local 3.8.9` (switching
4. Inside the :code:`gnss_lib_py` run :code:`pyenv local 3.9.19` (switching
out with the version of Python you installed in the previous step
if different than 3.8.9) to set the Python version that code in the
if different than 3.9.19) to set the Python version that code in the
repository will run.

5. Install :code:`poetry>=1.2` using the instructions
Expand Down
326 changes: 162 additions & 164 deletions docs/source/requirements.txt

Large diffs are not rendered by default.

1,661 changes: 857 additions & 804 deletions poetry.lock

Large diffs are not rendered by default.

266 changes: 132 additions & 134 deletions requirements.txt

Large diffs are not rendered by default.

0 comments on commit 2f7ec2a

Please sign in to comment.