Skip to content

Commit

Permalink
gha: remove old pyver and bump actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeniy Proskurnev committed Jul 8, 2024
1 parent 9e67b1c commit 04b55fd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ jobs:
os:
- ubuntu-20.04
python-version:
- 3.5
- 3.6
- 3.8
requirements:
- requirements.txt

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -49,4 +49,3 @@ jobs:
- name: Run tests
run: python tests/test.py default

0 comments on commit 04b55fd

Please sign in to comment.