Skip to content

Commit 4cf0a18

Browse files
committed
Core: Bump minimum python 3 version for pypi build
1 parent 12109c6 commit 4cf0a18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ on:
1515
jobs:
1616

1717
build:
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-22.04
1919
strategy:
2020
matrix:
21-
python-version: ["3.6"]
21+
python-version: ["3.7"]
2222
steps:
2323
- uses: actions/checkout@v3
2424
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)