add py1.9 CI (#475)

pull/486/head
Tong Gao 2021-09-08 11:45:51 +08:00 committed by GitHub
parent e23b765956
commit de83b271eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 7 deletions

View File

@ -32,10 +32,8 @@ jobs:
strategy:
matrix:
python-version: [3.7]
torch: [1.5.0, 1.6.0, 1.7.0, 1.8.0, 1.9.0]
torch: [1.6.0, 1.7.0, 1.8.0, 1.9.0]
include:
- torch: 1.5.0
torchvision: 0.6.0
- torch: 1.6.0
torchvision: 0.7.0
- torch: 1.7.0
@ -44,6 +42,15 @@ jobs:
torchvision: 0.9.0
- torch: 1.9.0
torchvision: 0.10.0
- torch: 1.8.0
torchvision: 0.9.0
python-version: 3.9
- torch: 1.9.0
torchvision: 0.10.0
python-version: 3.8
- torch: 1.9.0
torchvision: 0.10.0
python-version: 3.9
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
@ -81,11 +88,8 @@ jobs:
strategy:
matrix:
python-version: [3.7]
torch: [1.5.0+cu101, 1.6.0+cu101, 1.7.0+cu101, 1.8.0+cu101]
torch: [1.6.0+cu101, 1.7.0+cu101, 1.8.0+cu101]
include:
- torch: 1.5.0+cu101
torch_version: 1.5.0
torchvision: 0.6.0+cu101
- torch: 1.6.0+cu101
torch_version: 1.6.0
torchvision: 0.7.0+cu101
@ -103,6 +107,10 @@ jobs:
torch_version: 1.8.0
torchvision: 0.9.0+cu101
python-version: 3.8
- torch: 1.8.0+cu101
torch_version: 1.8.0
torchvision: 0.9.0+cu101
python-version: 3.9
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
@ -178,6 +186,14 @@ jobs:
- torch: 1.9.0+cu102
torch_version: 1.9.0
torchvision: 0.10.0+cu102
- torch: 1.9.0+cu102
torch_version: 1.9.0
torchvision: 0.10.0+cu102
python-version: 3.8
- torch: 1.9.0+cu102
torch_version: 1.9.0
torchvision: 0.10.0+cu102
python-version: 3.9
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}

View File

@ -175,6 +175,7 @@ if __name__ == '__main__':
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
license='Apache License 2.0',
setup_requires=parse_requirements('requirements/build.txt'),