Skip to content

Commit

Permalink
Drop teststs and support for python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozGodec committed Sep 23, 2022
1 parent 8cb71fa commit 44c7547
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: False
matrix:
python: [3.7]
python: [3.9]
os: [ubuntu-18.04]

steps:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@ jobs:
fail-fast: False
matrix:
os: [ubuntu-20.04]
python-version: [3.7, 3.8, 3.9, '3.10']
python-version: [3.8, 3.9, '3.10']
tox_env: [orange-released]
name: [Released]
include:
- os: ubuntu-20.04
python-version: 3.8
python-version: '3.10'
tox_env: orange-latest
name: Latest
- os: ubuntu-18.04
python-version: 3.7
python-version: 3.8
tox_env: orange-oldest
name: Oldest dependencies
- os: ubuntu-20.04
Expand Down Expand Up @@ -113,20 +113,20 @@ jobs:
fail-fast: false
matrix:
os: [macos-11, windows-2019]
python-version: [3.7, 3.8, 3.9, '3.10']
python-version: [3.8, 3.9, '3.10']
tox_env: [orange-released]
name: [Released]
include:
- os: windows-latest
python-version: 3.8
python-version: '3.10'
tox_env: orange-latest
name: Latest
- os: macos-11
python-version: 3.8
python-version: '3.10'
tox_env: orange-latest
name: Latest
- os: windows-latest
python-version: 3.9
python-version: '3.10'
tox_env: pyqt6
name: PyQt6
- os: macos-11
Expand Down

0 comments on commit 44c7547

Please sign in to comment.