mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-15 08:40:34 +03:00
Python 3.10: Change version number in most of our local files
The requirements-dev.txt change for py2exe will be in a separate commit.
This commit is contained in:
parent
42c2167a53
commit
3a28945ad5
2
.github/workflows/windows-build.yml
vendored
2
.github/workflows/windows-build.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2.4.0
|
- uses: actions/checkout@v2.4.0
|
||||||
- uses: actions/setup-python@v2.3.1
|
- uses: actions/setup-python@v2.3.1
|
||||||
with:
|
with:
|
||||||
python-version: "3.9.9"
|
python-version: "3.10.0"
|
||||||
architecture: "x86"
|
architecture: "x86"
|
||||||
|
|
||||||
- name: Install python tools
|
- name: Install python tools
|
||||||
|
@ -77,7 +77,7 @@ repos:
|
|||||||
always_run: true
|
always_run: true
|
||||||
|
|
||||||
default_language_version:
|
default_language_version:
|
||||||
python: python3.9
|
python: python3.10
|
||||||
|
|
||||||
default_stages: [ commit, push ]
|
default_stages: [ commit, push ]
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
3.9.9
|
3.10.0
|
||||||
|
@ -198,7 +198,7 @@
|
|||||||
<File KeyPath="yes" Source="SourceDir\pyexpat.pyd" />
|
<File KeyPath="yes" Source="SourceDir\pyexpat.pyd" />
|
||||||
</Component>
|
</Component>
|
||||||
<Component Guid="*">
|
<Component Guid="*">
|
||||||
<File KeyPath="yes" Source="SourceDir\python39.dll" />
|
<File KeyPath="yes" Source="SourceDir\python310.dll" />
|
||||||
</Component>
|
</Component>
|
||||||
<Component Guid="*">
|
<Component Guid="*">
|
||||||
<File KeyPath="yes" Source="SourceDir\rare_commodity.csv" />
|
<File KeyPath="yes" Source="SourceDir\rare_commodity.csv" />
|
||||||
|
2
setup.py
2
setup.py
@ -24,7 +24,7 @@ from config import (
|
|||||||
)
|
)
|
||||||
from constants import GITVERSION_FILE
|
from constants import GITVERSION_FILE
|
||||||
|
|
||||||
if sys.version_info[0:2] != (3, 9):
|
if sys.version_info[0:2] != (3, 10):
|
||||||
raise AssertionError(f'Unexpected python version {sys.version}')
|
raise AssertionError(f'Unexpected python version {sys.version}')
|
||||||
|
|
||||||
###########################################################################
|
###########################################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user