Skip to content

Commit 2f90581

Browse files
committed
Revert "pin python version in doc build test"
This reverts commit 5e0d73a.
1 parent 5e330f4 commit 2f90581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
# Pin this low because RTD doesn't seem to adopt new
142142
# versions quickly and this ensures we don't have a
143143
# dependency problem with importlib.metadata.
144-
python-version: "3.7"
144+
python-version: "3.9"
145145

146146
- name: Install dependencies
147147
run: python -m pip install tox

0 commit comments

Comments
 (0)