Skip to content

Commit

Permalink
Fix ci error with python3.10.1 (#74)
Browse files Browse the repository at this point in the history
* Change version of python3.10 to python3.10.0

* Fix
  • Loading branch information
5yutan5 authored Jan 13, 2022
1 parent 3160d2e commit f71269f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
py: ['3.7', '3.8', '3.9', '3.10']
py: ['3.7', '3.8', '3.9', '3.10.0']
qt-lib: ['pyqt', 'pyside', 'none']
include:
- {py: '3.7', qt-lib: 'pyqt', qt: 'PyQt5~=5.11.0'}
Expand All @@ -31,9 +31,9 @@ jobs:
- {py: '3.9', qt-lib: 'pyqt', qt: 'PyQt6'}
- {py: '3.9', qt-lib: 'pyside', qt: 'PySide6'}
- {py: '3.9', qt-lib: 'none', qt: 'none'}
- {py: '3.10', qt-lib: 'pyqt', qt: 'PyQt6'}
- {py: '3.10', qt-lib: 'pyside', qt: 'PySide6'}
- {py: '3.10', qt-lib: 'none', qt: 'none'}
- {py: '3.10.0', qt-lib: 'pyqt', qt: 'PyQt6'}
- {py: '3.10.0', qt-lib: 'pyside', qt: 'PySide6'}
- {py: '3.10.0', qt-lib: 'none', qt: 'none'}
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }} py-${{ matrix.py }} qt-${{ matrix.qt }}

Expand Down

0 comments on commit f71269f

Please sign in to comment.