Python 3.10.13, Fix pyinstaller
This commit is contained in:
parent
343c32b8c1
commit
4cb2230b4f
5 changed files with 6 additions and 4 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
python-version: [3.11.6]
|
||||
python-version: [3.10.13]
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
|
2
.github/workflows/pyinstaller.yml
vendored
2
.github/workflows/pyinstaller.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
python-version: [3.11.6]
|
||||
python-version: [3.10.13]
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
|
2
.github/workflows/pytest.yml
vendored
2
.github/workflows/pytest.yml
vendored
|
@ -7,7 +7,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
python-version: [3.11.6]
|
||||
python-version: [3.10.13]
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
|
|
@ -19,6 +19,7 @@ coverage==6.5.0
|
|||
coveralls==3.3.1
|
||||
dill==0.3.7
|
||||
docopt==0.6.2
|
||||
exceptiongroup==1.1.3
|
||||
flask==3.0.0
|
||||
idna==3.4
|
||||
iniconfig==2.0.0
|
||||
|
@ -42,6 +43,7 @@ pyrss2gen==1.1
|
|||
pytest==7.4.3
|
||||
pytest-cov==4.1.0
|
||||
requests==2.31.0
|
||||
tomli==2.0.1
|
||||
tomlkit==0.12.2
|
||||
types-markdown==3.5.0.1
|
||||
typing-extensions==4.8.0
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
a = Analysis(
|
||||
['src/stacosys/run.py'],
|
||||
pathex=[],
|
||||
pathex=['src'],
|
||||
binaries=[],
|
||||
datas=[('src/stacosys/interface/templates/*.html', 'src/stacosys/interface/templates/')],
|
||||
hiddenimports=[],
|
||||
|
|
Loading…
Add table
Reference in a new issue