File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 16
16
version : " 24.10.0"
17
17
18
18
build-and-test :
19
- # 03/27/23: it looks like there are issues with the tarballs for all python 3.6 versions
20
- # that are on ubuntu-22.04 (ubuntu-latest at the time). To maintain python compatibility
21
- # we're pinning ubuntu-20.04 so that we can properly run install python 3.6.
22
- #
23
- # As soon as this issue is addressed, we should put the image back to ubuntu-latest:
24
- # https://github.com/actions/setup-python/issues/544
25
19
runs-on : ubuntu-latest
26
20
name : Python Library tests
27
21
steps :
31
25
- name : Setup Python
32
26
uses : actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2.3.4
33
27
with :
34
- python-version : " 3.6 "
28
+ python-version : " 3.8 "
35
29
36
30
- name : Run tests
37
31
env :
You can’t perform that action at this time.
0 commit comments