Skip to content

Commit

Permalink
gh-actions: remove Python 3.7 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Dec 18, 2024
1 parent f613a93 commit fd70f05
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 @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10']

steps:
- uses: actions/checkout@v4
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install "tox<4"
python -m pip install "tox<4" setuptools
sudo apt-get update
sudo apt-get install -y tmux dnsmasq
- name: Test with tox
Expand Down

0 comments on commit fd70f05

Please sign in to comment.