Skip to content

Commit

Permalink
Github actions checks only py3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Stoops committed Mar 14, 2024
1 parent e42ed5c commit 4160a3c
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 @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [windows-latest]
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
python-version: ['3.11']

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

0 comments on commit 4160a3c

Please sign in to comment.