Skip to content

Commit

Permalink
Drop: Python v3.6, v3.7 and v3.8 packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
meherett committed Jul 6, 2021
1 parent 10639d7 commit b5b9fdc
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This workflow will install Swap package dependencies, run tests and lint with a variety of Python versions.

name: workflow
name: swap

on:
push:
Expand All @@ -12,16 +12,13 @@ jobs:
python:

runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@master
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python 3.9
uses: actions/setup-python@master
with:
python-version: ${{ matrix.python-version }}
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit b5b9fdc

Please sign in to comment.