Core: Bump minimum python 3 version for pypi build

This commit is contained in:
Mike Auty
2022-12-07 21:12:49 +00:00
parent 12109c6f72
commit 4cf0a185e3
+2 -2
View File
@@ -15,10 +15,10 @@ on:
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ["3.6"]
python-version: ["3.7"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}