Py 3.11 test

And some other libraries
This commit is contained in:
Hydrus Network Developer 2024-01-13 11:18:43 -06:00
parent 1ce383512d
commit 8eba91d0bb
No known key found for this signature in database
GPG Key ID: 76249F053212133C
6 changed files with 21 additions and 21 deletions

View File

@ -17,7 +17,7 @@ jobs:
name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
architecture: x64
-
name: APT Install

View File

@ -15,7 +15,7 @@ jobs:
name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
-
name: Build docs to /help
run: |

View File

@ -17,7 +17,7 @@ jobs:
name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
architecture: x64
-
name: Pip Install

View File

@ -22,14 +22,14 @@ Send2Trash>=1.5.0
service-identity>=18.1.0
Twisted>=20.3.0
opencv-python-headless==4.7.0.72
python-mpv==0.5.2
opencv-python-headless==4.8.0.76
python-mpv==1.0.4
requests==2.31.0
QtPy==2.3.1
PySide6==6.5.2
QtPy==2.4.1
PySide6==6.6.0
setuptools==65.5.1
setuptools>=65.5.1
pyinstaller==5.5
pyinstaller==6.2.0
mkdocs-material

View File

@ -22,12 +22,12 @@ Send2Trash>=1.5.0
service-identity>=18.1.0
Twisted>=20.3.0
opencv-python-headless==4.7.0.72
python-mpv==1.0.3
opencv-python-headless==4.8.0.76
python-mpv==1.0.4
requests==2.31.0
QtPy==2.3.1
PyQt6==6.5.2
PyQt6-Qt6==6.5.2
QtPy==2.4.1
PyQt6==6.6.0
PyQt6-Qt6==6.6.0
setuptools==65.5.1
setuptools>=65.5.1

View File

@ -22,16 +22,16 @@ Send2Trash>=1.5.0
service-identity>=18.1.0
Twisted>=20.3.0
opencv-python-headless==4.7.0.72
python-mpv==1.0.3
opencv-python-headless==4.8.0.76
python-mpv==1.0.4
requests==2.31.0
QtPy==2.3.1
PySide6==6.5.2
QtPy==2.4.1
PySide6==6.6.0
setuptools==65.5.1
setuptools>=65.5.1
pyinstaller==5.5
pyinstaller==6.2.0
mkdocs-material
PyWin32