Skip to content

Commit

Permalink
setup: Bump minimum supported python version to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-erjavec committed Jul 12, 2024
1 parent 21489bf commit 8eb558a
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
include:
- os: ubuntu-20.04
python: 3.7
python: "3.8"

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/run-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ jobs:
python-version: 3.8
test-env: "PyQt5~=5.12.0"

- os: ubuntu-20.04
python-version: 3.7
test-env: "PyQt5~=5.15.0"

- os: ubuntu-20.04
python-version: 3.8
test-env: "PyQt5~=5.15.0"
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.7"
python: "3.8"

python:
install:
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements-rtd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setuptools
sphinx~=4.2.0
sphinx-rtd-theme
PyQt5~=5.9.2
PyQt5
AnyQt

# sphinx pins docutils version, but the installation in the RTD worker/config
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"Documentation": "https://orange-canvas-core.readthedocs.io/en/latest/",
}

PYTHON_REQUIRES = ">=3.6"
PYTHON_REQUIRES = ">=3.8"

if __name__ == "__main__":
setup(
Expand Down

0 comments on commit 8eb558a

Please sign in to comment.