Skip to content

Commit

Permalink
dev(hansbug): add test for python3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
HansBug committed May 26, 2023
1 parent 746d6a5 commit f2d7576
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os:
- 'ubuntu-20.04'
- 'ubuntu-latest'
python-version:
- '3.8'

Expand Down
26 changes: 17 additions & 9 deletions .github/workflows/test.yml
Expand Up @@ -12,14 +12,15 @@ jobs:
fail-fast: false
matrix:
os:
- 'ubuntu-20.04'
- 'windows-2019' # need to be fixed, see: https://github.com/opendilab/treevalue/issues/41
- 'macos-11'
- 'ubuntu-latest'
- 'windows-latest' # need to be fixed, see: https://github.com/opendilab/treevalue/issues/41
- 'macos-latest'
python-version:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'
numpy-version:
- '1.18.0'
- '1.22.0'
Expand All @@ -34,6 +35,8 @@ jobs:
numpy-version: '1.22.0'
- python-version: '3.10'
numpy-version: '1.18.0'
- python-version: '3.11'
numpy-version: '1.18.0'
- python-version: '3.7'
torch-version: '2.0.1'
- python-version: '3.8'
Expand All @@ -49,19 +52,24 @@ jobs:
- python-version: '3.10'
torch-version: '1.10.0'
- python-version: '3.11'
torch-version: '1.2.1'
torch-version: '1.2.0'
- python-version: '3.11'
torch-version: '1.6.1'
- os: 'windows-2019'
torch-version: '1.6.0'
- python-version: '3.11'
torch-version: '1.10.0'
- os: 'windows-latest'
torch-version: '1.2.0'
- os: 'windows-2019'
- os: 'windows-latest'
torch-version: '1.6.0'
- os: 'windows-2019'
- os: 'windows-latest'
python-version: '3.9'
numpy-version: '1.18.0'
- os: 'windows-2019'
- os: 'windows-latest'
python-version: '3.10'
numpy-version: '1.18.0'
- os: 'windows-latest'
python-version: '3.11'
numpy-version: '1.18.0'

steps:
- name: Get system version for Linux
Expand Down

0 comments on commit f2d7576

Please sign in to comment.