Skip to content

Commit 5f008d9

Browse files
committed
Drop teststs and support for python 3.7
1 parent 850a56c commit 5f008d9

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: False
1616
matrix:
17-
python: [3.7]
17+
python: [3.9]
1818
os: [ubuntu-18.04]
1919

2020
steps:

.github/workflows/test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@ jobs:
3737
fail-fast: False
3838
matrix:
3939
os: [ubuntu-20.04]
40-
python-version: [3.7, 3.8, 3.9, '3.10']
40+
python-version: [3.8, 3.9, '3.10']
4141
tox_env: [orange-released]
4242
name: [Released]
4343
include:
4444
- os: ubuntu-20.04
45-
python-version: 3.8
45+
python-version: '3.10'
4646
tox_env: orange-latest
4747
name: Latest
4848
- os: ubuntu-18.04
49-
python-version: 3.7
49+
python-version: 3.8
5050
tox_env: orange-oldest
5151
name: Oldest dependencies
5252
- os: ubuntu-20.04
@@ -113,20 +113,20 @@ jobs:
113113
fail-fast: false
114114
matrix:
115115
os: [macos-11, windows-2019]
116-
python-version: [3.7, 3.8, 3.9, '3.10']
116+
python-version: [3.8, 3.9, '3.10']
117117
tox_env: [orange-released]
118118
name: [Released]
119119
include:
120120
- os: windows-latest
121-
python-version: 3.8
121+
python-version: '3.10'
122122
tox_env: orange-latest
123123
name: Latest
124124
- os: macos-11
125-
python-version: 3.8
125+
python-version: '3.10'
126126
tox_env: orange-latest
127127
name: Latest
128128
- os: windows-latest
129-
python-version: 3.9
129+
python-version: '3.10'
130130
tox_env: pyqt6
131131
name: PyQt6
132132
- os: macos-11

0 commit comments

Comments
 (0)