Unverified Commit 659a5450 authored by dingchang's avatar dingchang Committed by GitHub
Browse files

[Feature] Add python3.9 in CI (#900)

* Add python3.0 in CI

* Add python3.0 in CI
parent 1d80f5f3
...@@ -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
......
...@@ -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'),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment