Skip to content

Commit

Permalink
reduce py versions
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Oct 7, 2024
1 parent d6bdec5 commit edf53a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.12.3', '3.9.2', '3.8.6', '3.6.15']
python-version: ['3.12.3', '3.9.2']
name: Docker Runner Tests - Python ${{ matrix.python-version }}
steps:
- name: Checkout code
Expand Down

0 comments on commit edf53a6

Please sign in to comment.