Skip to content

Commit

Permalink
deleted python 3.0 from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Alina Voilova committed Apr 8, 2024
1 parent d9dc8de commit 3fb418e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-on-pullreq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12"]

steps:
- name: Checkout source
Expand Down
12 changes: 2 additions & 10 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,15 @@ build:
tools:
python: "3.10"
jobs:
#post_create_environment:
# Install poetry
# https://python-poetry.org/docs/#installing-manually
# - pip install poetry
# # Tell poetry to not use a virtual environment
# - poetry config virtualenvs.in-project false

post_install:
- pip install poetry
# Tell poetry to not use a virtual environment
#- poetry config virtualenvs.in-project false
# Install dependencies with 'docs' dependency group
# https://python-poetry.org/docs/managing-dependencies/#dependency-groups
#- poetry install --with docs
- poetry export -f requirements.txt --without-hashes --without-urls --with docs -o requirements.txt
- pip install -r requirements.txt
- pip list
#- poetry shell
#- pip list


sphinx:
Expand Down

0 comments on commit 3fb418e

Please sign in to comment.