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

Commit 5b18c8c

Browse files
authored
misc!: Drop support for Python 3.6 (#21)
Currently the CI for this repo won't run, even for a PR that aims to deprecate the repo. This pull request updates the version of Open Controls used and drops support for Python 3.6 (which current Open Controls doesn't support), so that the CI can run again. Changes proposed in this pull request: - Stop supporting Python 3.6. - Remove unit tests for Python 3.6. - Update version of Open Controls used. - Fix imports for newer version of Open Controls. BREAKING CHANGE: Drop support for Python 3.6
1 parent 07ea558 commit 5b18c8c

File tree

5 files changed

+1406
-866
lines changed

5 files changed

+1406
-866
lines changed

.github/workflows/on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
strategy:
4646
matrix:
47-
python: [3.6, 3.7, 3.8]
47+
python: [3.7, 3.8]
4848
steps:
4949
- uses: actions/checkout@v1
5050
- name: Install Python dependencies

0 commit comments

Comments
 (0)