Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
139c05da
Unverified
Commit
139c05da
authored
Oct 29, 2020
by
Henry Schreiner
Committed by
GitHub
Oct 29, 2020
Browse files
ci: test on NumPy + Python 3.9 (#2628)
parent
8290a5a0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.github/workflows/labeler.yml
.github/workflows/labeler.yml
+1
-1
tests/requirements.txt
tests/requirements.txt
+1
-1
No files found.
.github/workflows/labeler.yml
View file @
139c05da
...
...
@@ -14,7 +14,7 @@ jobs:
sync-labels
:
true
-
uses
:
actions/labeler@main
if
:
"
github.event.
action
==
'closed'
&&
github.event.pull_request.merged
==
true"
if
:
"
github.event.
type
==
'closed'
&&
github.event.pull_request.merged
==
true"
with
:
repo-token
:
${{ secrets.GITHUB_TOKEN }}
configuration-path
:
.github/labeler_merged.yml
...
...
tests/requirements.txt
View file @
139c05da
--extra-index-url https://antocuni.github.io/pypy-wheels/manylinux2010/
numpy==1.16.6; python_version<"3.6" and sys_platform!="win32"
numpy==1.18.0; platform_python_implementation=="PyPy" and sys_platform=="darwin" and python_version>="3.6"
numpy==1.19.
1
; (platform_python_implementation!="PyPy" or sys_platform=="linux") and python_version>="3.6" and python_version<"3.
9
"
numpy==1.19.
3
; (platform_python_implementation!="PyPy" or sys_platform=="linux") and python_version>="3.6" and python_version<"3.
10
"
pytest==4.6.9; python_version<"3.5"
pytest==5.4.3; python_version>="3.5"
scipy==1.2.3; (platform_python_implementation!="PyPy" or sys_platform=="linux") and python_version<"3.6"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment