File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 55
66jobs :
77 publish :
8- # 03/27/23: it looks like there are issues with the tarballs for all python 3.6 versions
9- # that are on ubuntu-22.04 (ubuntu-latest at the time). To maintain python compatibility
10- # we're pinning ubuntu-20.04 so that we can properly run install python 3.6.
11- #
12- # As soon as this issue is addressed, we should put the image back to ubuntu-latest:
13- # https://github.com/actions/setup-python/issues/544
148 name : Publish
15- runs-on : ubuntu-20.04
9+ runs-on : ubuntu-latest
1610 env :
1711 TARGET_URL : https://pypi.org/project/patch-api/
1812 steps :
3024 - name : Setup Python
3125 uses : actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2.3.4
3226 with :
33- python-version : " 3.6 "
27+ python-version : " 3.12 "
3428
3529 - name : Run tests
3630 env :
You can’t perform that action at this time.
0 commit comments