Skip to content

Commit

Permalink
Updated linux test to exclude python 3.7 (unsupported)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottower committed Mar 10, 2023
1 parent 6548489 commit 095ff1c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10']
steps:
- uses: actions/checkout@v3
# - uses: openrndr/setup-opengl@v1.1
Expand Down
File renamed without changes.

0 comments on commit 095ff1c

Please sign in to comment.