Skip to content

Commit

Permalink
.github: remove old py version checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Grigory Kulagin committed Oct 12, 2023
1 parent 2f97864 commit d80973a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,10 @@ jobs:
os:
- ubuntu-20.04
python-version:
- 2.7
- 3.5
- 3.6
requirements:
- requirements.txt
include:
- os: ubuntu-18.04
python-version: 3.3
requirements: requirements-py33.txt
- os: ubuntu-18.04
python-version: 3.4
requirements: requirements.txt

steps:
- uses: actions/checkout@v2
Expand Down
12 changes: 0 additions & 12 deletions requirements-py33.txt

This file was deleted.

0 comments on commit d80973a

Please sign in to comment.