Skip to content

Commit

Permalink
[RMV] Support for python3.5 from github wordflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JkhatriInfobox committed Nov 15, 2024
1 parent c59a28b commit ca8fafe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,8 @@ jobs:
fail-fast: false
matrix:
# A list of Python versions to run the tests on
python-version: ['3.5', '3.6', '3.7', '3.8', '3.9']
python-version: ['3.6', '3.7', '3.8', '3.9']
include:
- python-version: '3.5'
TOXENV: 'py35'
- python-version: '3.6'
TOXENV: 'py36'
- python-version: '3.7'
Expand Down

0 comments on commit ca8fafe

Please sign in to comment.