diff --git a/.github/workflows/ci_pip.yml b/.github/workflows/ci_pip.yml index db528005..330c4ee6 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: diff --git a/pyproject.toml b/pyproject.toml index 745b9d26..8ff74da6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ 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", @@ -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