From c959886b10c71bd8af9f5b97e9c91d9e5f0f6fc7 Mon Sep 17 00:00:00 2001 From: Andreas Pedersen Date: Mon, 18 Dec 2023 09:32:50 +0100 Subject: [PATCH 1/2] py311 tests pass, scipp 23.08 --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 727c97e2..513d2b53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,12 +23,12 @@ classifiers = [ "Topic :: Scientific/Engineering", "Development Status :: 3 - Alpha" ] -requires-python = ">=3.8,<3.11" +requires-python = ">=3.8,<3.12" dependencies = [ "easyScienceCore @ git+https://github.com/easyscience/easycore.git@failed_unit_check", "refnx>=0.1.15", "refl1d>=0.8.14", - "scipp==0.13.0", + "scipp==23.08.0", "orsopy>=0.0.4" ] @@ -74,7 +74,7 @@ python = 3.8: py38 3.9: py39 3.10: py310 - 3.11.0-alpha.1: py311 + 3.11: py311 [gh-actions:env] PLATFORM = ubuntu-latest: linux From 1915d427adacb92200f99b6def2a76a0c49ddf14 Mon Sep 17 00:00:00 2001 From: Andreas Pedersen Date: Mon, 18 Dec 2023 13:37:35 +0100 Subject: [PATCH 2/2] added python 3.11 to pipelines --- .github/workflows/ci_pip.yml | 2 +- .github/workflows/python-package.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_pip.yml b/.github/workflows/ci_pip.yml index 5c900d65..6f1abe24 100644 --- a/.github/workflows/ci_pip.yml +++ b/.github/workflows/ci_pip.yml @@ -8,7 +8,7 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: ['3.8', '3.9', '3.10'] + python-version: ['3.8', '3.9', '3.10', '3.11'] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index a440baf6..1d0dd54c 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.8', '3.9', '3.10'] + python-version: ['3.8', '3.9', '3.10', '3.11'] if: "!contains(github.event.head_commit.message, '[ci skip]')" steps: