Skip to content

Commit

Permalink
add python 3.11 test
Browse files Browse the repository at this point in the history
  • Loading branch information
lovemefan committed Apr 26, 2024
1 parent c17bf49 commit 5d79dba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2019, macos-11]
python-version: ["3.7.2", "3.8.0", "3.9.0", "3.10.0"]
python-version: ["3.7.2", "3.8.0", "3.9.0", "3.10.0", "3.11.4"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"setuptools<=65.0",
"PyYAML",
"typeguard==2.13.3",
"onnxruntime==1.14.1",
"onnxruntime>=1.14.1",
],
"setup": [
"numpy==1.24.2",
Expand Down

0 comments on commit 5d79dba

Please sign in to comment.