~cytrogen/evi-run

b3270b987d9055738907d5ad4b06ae2f8519a383 — Bendy 6 months ago 0a538df
Update CI workflow to use Python 3.10+ instead of 3.9
1 files changed, 2 insertions(+), 2 deletions(-)

M .github/workflows/python-ci.yml
M .github/workflows/python-ci.yml => .github/workflows/python-ci.yml +2 -2
@@ 11,7 11,7 @@ jobs:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        python-version: [3.9, "3.10", "3.11"]
        python-version: ["3.10", "3.11"]

    steps:
    - uses: actions/checkout@v4


@@ 78,7 78,7 @@ jobs:
    - name: Set up Python
      uses: actions/setup-python@v4
      with:
        python-version: '3.9'
        python-version: '3.10'
    
    - name: Install dependencies
      run: |