File tree Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -108,41 +108,41 @@ jobs:
108
108
# ## PyQt 5.12 (Python 3.7)
109
109
- testenv : py37-pyqt512
110
110
os : ubuntu-18.04
111
- python : 3.7
111
+ python : " 3.7"
112
112
# ## PyQt 5.13 (Python 3.7)
113
113
- testenv : py37-pyqt513
114
114
os : ubuntu-20.04
115
- python : 3.7
115
+ python : " 3.7"
116
116
# ## PyQt 5.14 (Python 3.8)
117
117
- testenv : py38-pyqt514
118
118
os : ubuntu-20.04
119
- python : 3.8
119
+ python : " 3.8"
120
120
# ## PyQt 5.15.0 (Python 3.9)
121
121
- testenv : py39-pyqt5150
122
122
os : ubuntu-20.04
123
- python : 3.9
124
- # ## PyQt 5.15 (Python 3.9 , with coverage)
125
- - testenv : py39 -pyqt515-cov
123
+ python : " 3.9"
124
+ # ## PyQt 5.15 (Python 3.10 , with coverage)
125
+ - testenv : py310 -pyqt515-cov
126
126
os : ubuntu-20.04
127
- python : 3.9
128
- # ## PyQt 5.15 (Python 3.10 )
129
- - testenv : py310 -pyqt515
127
+ python : " 3.10 "
128
+ # ## PyQt 5.15 (Python 3.11 )
129
+ - testenv : py311 -pyqt515
130
130
os : ubuntu-20.04
131
- python : 3.10 -dev
131
+ python : " 3.11 -dev"
132
132
# ## macOS: PyQt 5.15 (Python 3.9 to match PyInstaller env)
133
133
- testenv : py39-pyqt515
134
134
os : macos-10.15
135
- python : 3.7
135
+ python : " 3.9 "
136
136
args : " tests/unit" # Only run unit tests on macOS
137
137
# ## macOS Big Sur
138
138
# - testenv: py39-pyqt515
139
139
# os: macos-11.0
140
- # python: 3.9
140
+ # python: " 3.9"
141
141
# args: "tests/unit" # Only run unit tests on macOS
142
142
# ## Windows: PyQt 5.15 (Python 3.9 to match PyInstaller env)
143
143
- testenv : py39-pyqt515
144
144
os : windows-2019
145
- python : 3.9
145
+ python : " 3.9"
146
146
runs-on : " ${{ matrix.os }}"
147
147
steps :
148
148
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ basepython =
22
22
py38: {env:PYTHON:python3.8}
23
23
py39: {env:PYTHON:python3.9}
24
24
py310: {env:PYTHON:python3.10}
25
+ py311: {env:PYTHON:python3.11}
25
26
deps =
26
27
-r{toxinidir}/requirements.txt
27
28
-r{toxinidir}/misc/requirements/requirements-tests.txt
You can’t perform that action at this time.
0 commit comments