Skip to content

Commit

Permalink
update references to Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Mar 15, 2024
1 parent 607e35b commit be6bb8e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:

- name: Try minimum supported versions
os: ubuntu-latest
python: '3.9'
toxenv: py39-legacy-test
python: '3.10'
toxenv: py310-legacy-test

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion poppy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
except ImportError:
__version__ = ""

__minimum_python_version__ = "3.9"
__minimum_python_version__ = "3.10"


class UnsupportedPythonError(Exception):
Expand Down
4 changes: 2 additions & 2 deletions readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.9"
python: "3.11"

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand All @@ -26,4 +26,4 @@ python:
- method: pip
path: .
extra_requirements:
- docs
- docs

0 comments on commit be6bb8e

Please sign in to comment.