From 05ac32ce8ebc01ef2e59b9528d37f5db2680d1bf Mon Sep 17 00:00:00 2001 From: Ales Erjavec Date: Fri, 6 Oct 2023 08:55:27 +0200 Subject: [PATCH] [wip]python 3.10 [skip appveyor][skip azurepipelines] --- .cirrus.yml | 2 +- .github/workflows/build-conda-installer.yml | 4 ++-- .github/workflows/build-macos-installer.yml | 4 ++-- .github/workflows/build-win-installer.yml | 9 ++++----- specs/win/{PY38.txt => PY310.txt} | 1 - 5 files changed, 9 insertions(+), 11 deletions(-) rename specs/win/{PY38.txt => PY310.txt} (97%) diff --git a/.cirrus.yml b/.cirrus.yml index f848383..e02a849 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -7,7 +7,7 @@ macos_arm64_dmg_task: BUILD_COMMIT: 3.36.0 APP: "/Applications/Orange3.app" - PYTHON_VERSION: 3.9.12 + PYTHON_VERSION: 3.10.11 PIP_PREFER_BINARY: "1" ARCH: "arm64" ARCHFLAGS: "-arch arm64" diff --git a/.github/workflows/build-conda-installer.yml b/.github/workflows/build-conda-installer.yml index e7522ab..432950a 100644 --- a/.github/workflows/build-conda-installer.yml +++ b/.github/workflows/build-conda-installer.yml @@ -30,7 +30,7 @@ jobs: fail-fast: False matrix: include: - - python-version: "3.9.12" + - python-version: "3.10.11" micromamba-version: "1.5.1-0" defaults: @@ -43,7 +43,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v4 with: - python-version: 3.9 + python-version: "3.10" - uses: mamba-org/setup-micromamba@v1 with: diff --git a/.github/workflows/build-macos-installer.yml b/.github/workflows/build-macos-installer.yml index 8b0aa06..6ee7937 100644 --- a/.github/workflows/build-macos-installer.yml +++ b/.github/workflows/build-macos-installer.yml @@ -29,7 +29,7 @@ jobs: fail-fast: False matrix: include: - - python-version: 3.9.12 + - python-version: "3.10.11" steps: - uses: actions/checkout@v3 @@ -37,7 +37,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v4 with: - python-version: 3.9 + python-version: "3.10" - name: Checkout orange3 shell: bash diff --git a/.github/workflows/build-win-installer.yml b/.github/workflows/build-win-installer.yml index 66c375d..4d01a90 100644 --- a/.github/workflows/build-win-installer.yml +++ b/.github/workflows/build-win-installer.yml @@ -25,13 +25,14 @@ jobs: PIP_PREFER_BINARY: 1 BUILD_DEPS: "wheel~=0.37.0 pip~=22.0.3" - ENVSPEC: ./specs/win/PY38.txt + ENVSPEC: ./specs/win/PY310.txt + PLATTAG: win_amd64 strategy: fail-fast: False matrix: include: - - python-version: "3.9.12" + - python-version: "3.10.11" steps: - uses: actions/checkout@v3 @@ -39,7 +40,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v4 with: - python-version: 3.9 + python-version: "3.10" - name: Checkout orange3 shell: bash @@ -74,8 +75,6 @@ jobs: shell: bash env: PYTHON_VERSION: ${{ matrix.python-version }} - PLATTAG: win_amd64 - ENVSPEC: ./specs/win/PY38.txt run: | echo PATH=$PATH mkdir dist diff --git a/specs/win/PY38.txt b/specs/win/PY310.txt similarity index 97% rename from specs/win/PY38.txt rename to specs/win/PY310.txt index f4ebca6..160c79a 100644 --- a/specs/win/PY38.txt +++ b/specs/win/PY310.txt @@ -13,7 +13,6 @@ chardet~=5.0 keyring~=23.0 keyrings.alt~=4.0 pywin32-ctypes==0.0.1 -pyreadline==2.1 AnyQt~=0.2.0 PyQt5~=5.15.3