Skip to content

Commit

Permalink
Update Python_tests.yml: Remove deprecated 2.7 and 3.5
Browse files Browse the repository at this point in the history
Those versions are removed anyway:

```
Error: Version 2.7 with arch x64 not found
Error: Version 3.6 with arch x64 not found
```
  • Loading branch information
jeffmcjunkin committed Apr 18, 2024
1 parent f87dfa8 commit c865f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: [2.7, 3.6, 3.7, 3.8] # 3.5,
python-version: [3.7, 3.8] # 2.7, 3.5, 3.6
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit c865f11

Please sign in to comment.