Skip to content

Commit

Permalink
Merge pull request #617 from jeffmcjunkin/patch-18
Browse files Browse the repository at this point in the history
Update Python_tests.yml: Remove deprecated 2.7 and 3.5
  • Loading branch information
HackingDave authored May 24, 2024
2 parents f87dfa8 + c865f11 commit 22afc7d
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 22afc7d

Please sign in to comment.