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
OpenDAS
mmdetection3d
Commits
659a5450
Unverified
Commit
659a5450
authored
Sep 01, 2021
by
dingchang
Committed by
GitHub
Sep 01, 2021
Browse files
[Feature] Add python3.9 in CI (#900)
* Add python3.0 in CI * Add python3.0 in CI
parent
1d80f5f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
.github/workflows/build.yml
.github/workflows/build.yml
+6
-0
setup.py
setup.py
+1
-0
No files found.
.github/workflows/build.yml
View file @
659a5450
...
@@ -60,6 +60,12 @@ jobs:
...
@@ -60,6 +60,12 @@ jobs:
mmcv
:
1.8.0+cu101
mmcv
:
1.8.0+cu101
torchvision
:
0.9.0+cu101
torchvision
:
0.9.0+cu101
cuda_arch
:
"
7.0"
cuda_arch
:
"
7.0"
-
python-version
:
3.9
torch
:
1.8.0+cu101
torch_version
:
torch1.8.0
mmcv
:
1.8.0+cu101
torchvision
:
0.9.0+cu101
cuda_arch
:
"
7.0"
steps
:
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
actions/checkout@v2
...
...
setup.py
View file @
659a5450
...
@@ -210,6 +210,7 @@ if __name__ == '__main__':
...
@@ -210,6 +210,7 @@ if __name__ == '__main__':
'Programming Language :: Python :: 3'
,
'Programming Language :: Python :: 3'
,
'Programming Language :: Python :: 3.6'
,
'Programming Language :: Python :: 3.6'
,
'Programming Language :: Python :: 3.7'
,
'Programming Language :: Python :: 3.7'
,
'Programming Language :: Python :: 3.9'
,
],
],
license
=
'Apache License 2.0'
,
license
=
'Apache License 2.0'
,
setup_requires
=
parse_requirements
(
'requirements/build.txt'
),
setup_requires
=
parse_requirements
(
'requirements/build.txt'
),
...
...
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