Skip to content

Commit

Permalink
Py 3.11 test
Browse files Browse the repository at this point in the history
And some other libraries
  • Loading branch information
hydrusnetwork committed Jan 13, 2024
1 parent 1ce3835 commit 8eba91d
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions static/build_files/linux/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
12 changes: 6 additions & 6 deletions static/build_files/macos/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
12 changes: 6 additions & 6 deletions static/build_files/windows/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8eba91d

Please sign in to comment.