Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit cf5a470

Browse files
author
staticdev
committed
Removing testing for python 3.6
1 parent ac0bf05 commit cf5a470

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/tests.yml

-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ jobs:
1616
- { python-version: 3.8, os: ubuntu-latest, session: "safety" }
1717
- { python-version: 3.8, os: ubuntu-latest, session: "mypy-3.8" }
1818
- { python-version: 3.7, os: ubuntu-latest, session: "mypy-3.7" }
19-
- { python-version: 3.6, os: ubuntu-latest, session: "mypy-3.6" }
2019
- { python-version: 3.8, os: ubuntu-latest, session: "tests-3.8" }
2120
- { python-version: 3.7, os: ubuntu-latest, session: "tests-3.7" }
22-
- { python-version: 3.6, os: ubuntu-latest, session: "tests-3.6" }
2321
# - { python-version: 3.8, os: windows-latest, session: "tests-3.8" }
2422
- { python-version: 3.8, os: macos-latest, session: "tests-3.8" }
2523
# - { python-version: 3.8, os: ubuntu-latest, session: "docs" }

0 commit comments

Comments
 (0)