Skip to content

Commit 4e3c152

Browse files
authored
Run licence and optional dependency checks with 3.10 (#876)
1 parent 3343b95 commit 4e3c152

File tree

5 files changed

+195
-987
lines changed

5 files changed

+195
-987
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
- name: Set up Python 3.x
130130
uses: actions/setup-python@v4
131131
with:
132-
python-version: '3.8'
132+
python-version: '3.10'
133133
- name: Check 3rd party licenses haven't changed
134134
run: |
135135
pip install "tox>=3.21.0,<4.0.0"
@@ -145,7 +145,7 @@ jobs:
145145
- name: Set up Python 3.x
146146
uses: actions/setup-python@v4
147147
with:
148-
python-version: '3.8'
148+
python-version: '3.10'
149149
- name: Check optional dependency imports are protected
150150
run: |
151151
pip install "tox>=3.21.0,<4.0.0"

0 commit comments

Comments
 (0)