We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 707d46a + 1042d7b commit f456233Copy full SHA for f456233
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- os: [ubuntu-latest, windows-latest]
+ os: [ubuntu-20.04, windows-latest]
22
python-version: [3.6, 3.9]
23
24
steps:
requirements.txt
@@ -1,4 +1,4 @@
1
-certifi==2020.4.5.2
+certifi==2022.12.7
2
chardet==3.0.4
3
idna==2.9
4
numpy==1.23.4; python_version >= '3.8'
0 commit comments