Skip to content

Commit 641a556

Browse files
committed
[update] stop supportting of py36
1 parent c2e6989 commit 641a556

File tree

1 file changed

+1
-36
lines changed

1 file changed

+1
-36
lines changed

.github/workflows/test.yml

+1-36
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python: [3.7, 3.8, 3.9, '3.10', '3.11']
18+
python: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12']
1919
os:
2020
- name: Linux
2121
runs-on: ubuntu-latest
@@ -37,38 +37,3 @@ jobs:
3737
- name: Run Tox
3838
# Run tox using the version of Python in `PATH`
3939
run: tox -e py
40-
41-
build36:
42-
runs-on: ${{ matrix.os.runs-on }}
43-
strategy:
44-
matrix:
45-
python-version: [ 3.6 ]
46-
os:
47-
- name: Linux
48-
runs-on: ubuntu-20.04
49-
python_platform: linux
50-
- name: Windows
51-
runs-on: windows-latest
52-
python_platform: win32
53-
- name: macOS
54-
runs-on: macos-latest
55-
python_platform: darwin
56-
steps:
57-
- uses: actions/checkout@v3
58-
- name: Set up Python 3.6
59-
uses: actions/setup-python@v4
60-
with:
61-
python-version: 3.6
62-
- name: install-dependencies
63-
run: |
64-
python -m pip install --upgrade pip
65-
pip install opencv-python==4.6.0.66
66-
- name: Test with unittest
67-
run: |
68-
python setup.py test
69-
70-
#- name: Install Tox and other packages
71-
#run: pip install tox
72-
#- name: Run Tox
73-
# Run tox using the version of Python in `PATH`
74-
#run: python -m tox -e py

0 commit comments

Comments
 (0)