Skip to content

Commit

Permalink
CI: Add Python 2.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Nov 2, 2023
1 parent acc497f commit b1011e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ['3.9', '3.10', '3.11']
python: ['2.7', '3.9', '3.10', '3.11']

steps:
- name: Checkout Code
uses: actions/checkout@v3

- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v3
uses: MatteoH2O1999/setup-python@v2
with:
python-version: ${{ matrix.python }}

Expand Down

0 comments on commit b1011e6

Please sign in to comment.