Skip to content

Commit

Permalink
[wip]python 3.10 [skip appveyor][skip azurepipelines]
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-erjavec committed Oct 6, 2023
1 parent 667d112 commit 4b20d32
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-conda-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
fail-fast: False
matrix:
include:
- python-version: "3.9.12"
miniconda-version: "py39_4.12.0"
- python-version: "3.10.11"
miniconda-version: "py310_23.5.2-0"

defaults:
run:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-macos-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:
fail-fast: False
matrix:
include:
- python-version: 3.9.12
- python-version: 3.10.11

steps:
- uses: actions/checkout@v3

- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.10

- name: Checkout orange3
shell: bash
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/build-win-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,22 @@ jobs:
PIP_PREFER_BINARY: 1

BUILD_DEPS: "wheel~=0.37.0 pip~=22.0.3"
ENVSPEC: ./specs/win/PY38.txt
ENVSPEC: ./specs/win/PY10.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

- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.10

- name: Checkout orange3
shell: bash
Expand Down Expand Up @@ -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
Expand Down
File renamed without changes.

0 comments on commit 4b20d32

Please sign in to comment.