Skip to content

Commit

Permalink
Require Python>=3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Sep 20, 2024
1 parent 859470f commit 1e1cd37
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 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.8"
python: "3.9"

steps:
- uses: actions/checkout@v4
Expand Down
10 changes: 3 additions & 7 deletions .github/workflows/run-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,9 @@ jobs:
include:
# Linux
- os: ubuntu-20.04
python-version: 3.8
python-version: 3.9
test-env: "PyQt5~=5.12.0"

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

- os: ubuntu-20.04
python-version: 3.9
test-env: "PyQt5~=5.14.0"
Expand Down Expand Up @@ -53,7 +49,7 @@ jobs:

# macOS
- os: macos-12
python-version: 3.8
python-version: 3.9
test-env: "PyQt5~=5.12.0"

- os: macos-12
Expand Down Expand Up @@ -82,7 +78,7 @@ jobs:

# Windows
- os: windows-2019
python-version: 3.8
python-version: 3.9
test-env: "PyQt5~=5.12.0"

- os: windows-2019
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"Documentation": "https://orange-canvas-core.readthedocs.io/en/latest/",
}

PYTHON_REQUIRES = ">=3.8"
PYTHON_REQUIRES = ">=3.9"


class InstallMultilingualCommand(install):
Expand Down

0 comments on commit 1e1cd37

Please sign in to comment.