Skip to content

Commit

Permalink
Disable CI testing on Python below 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
RedFantom committed Aug 2, 2021
1 parent 3926764 commit 9145d17
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
environment:
matrix:
- PYTHON: "C:\\PYTHON34"
- PYTHON: "C:\\PYTHON35"
- PYTHON: "C:\\PYTHON36"
- PYTHON: "C:\\PYTHON37"
- PYTHON: "C:\\PYTHON38"
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: python
required: sudo
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
Expand Down

0 comments on commit 9145d17

Please sign in to comment.