mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
try using python 3.11
This commit is contained in:
@@ -7,10 +7,10 @@ on:
|
|||||||
description: "Tag"
|
description: "Tag"
|
||||||
required: true
|
required: true
|
||||||
default: "1.x.x"
|
default: "1.x.x"
|
||||||
build_windows:
|
skip_binary_build:
|
||||||
description: "Build Windows binary"
|
description: "Skip binary build"
|
||||||
required: true
|
required: true
|
||||||
default: "true"
|
default: "false"
|
||||||
type: choice
|
type: choice
|
||||||
options:
|
options:
|
||||||
- true
|
- true
|
||||||
@@ -45,12 +45,10 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-20.04, windows-2019]
|
os: [ubuntu-20.04, windows-2019]
|
||||||
|
if: ${{ github.event.inputs.skip_binary_build == 'false' }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
name: Create binary on ${{ matrix.os }}
|
name: Create binary on ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Skip windows build
|
|
||||||
if: matrix.os == 'windows-2019' && inputs.build_windows == 'false'
|
|
||||||
run: exit 0
|
|
||||||
- name: Clone client
|
- name: Clone client
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Setup Node 16
|
- name: Setup Node 16
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@ description = ""
|
|||||||
authors = ["geoffrey45 <geoffreymungai45@gmail.com>"]
|
authors = ["geoffrey45 <geoffreymungai45@gmail.com>"]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.10,<3.12"
|
python = ">=3.11,<3.12"
|
||||||
Flask = "^2.0.2"
|
Flask = "^2.0.2"
|
||||||
Flask-Cors = "^3.0.10"
|
Flask-Cors = "^3.0.10"
|
||||||
requests = "^2.27.1"
|
requests = "^2.27.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user