Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Commit

Permalink
Update tests.yml to run only with py310
Browse files Browse the repository at this point in the history
  • Loading branch information
marcmonfort committed Mar 22, 2023
1 parent 27f04f6 commit a236dc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.6', '3.8', '3.10']
python-version: ['3.10']

steps:
- uses: actions/checkout@v3
Expand All @@ -22,4 +22,4 @@ jobs:
python -m pip install --upgrade pip
python -m pip install tox tox-gh-actions
- name: Test with tox
run: tox
run: tox -e py310

0 comments on commit a236dc9

Please sign in to comment.