Skip to content

Commit db04c79

Browse files
committed
fixing reqs for py3.7
1 parent 53455fa commit db04c79

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
15+
python-version: [3.7, 3.8, 3.9, "3.10"]
1616
architecture: ["x64"]
17-
1817
steps:
1918
- uses: actions/checkout@v2
2019
- name: Setup Python ${{ matrix.python-version }} on ${{ matrix.architecture }}

requirements-dev-3.7.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@ wheel==0.37.0
33
-r requirements-cli.txt
44
bump2version==1.0.1
55
jsonpickle==2.2.0
6-
coverage==6.4.3
76
ipdb==0.13.9
87
numpy==1.21.6
98
pytest==7.1.2
10-
pytest-cov==3.0.0
119
python-dotenv==0.20.0
12-
watchdog==2.1.9
13-
Sphinx==5.1.1
14-
sphinx-sitemap==2.2.0
15-
flake8==5.0.4

0 commit comments

Comments
 (0)