Skip to content

Commit 16bdc4d

Browse files
committed
Bump test version
1 parent f7ec16a commit 16bdc4d

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.github/workflows/test.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ jobs:
1616
version: "24.10.0"
1717

1818
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
2519
runs-on: ubuntu-latest
2620
name: Python Library tests
2721
steps:
@@ -31,7 +25,7 @@ jobs:
3125
- name: Setup Python
3226
uses: actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2.3.4
3327
with:
34-
python-version: "3.6"
28+
python-version: "3.8"
3529

3630
- name: Run tests
3731
env:

0 commit comments

Comments
 (0)