diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 77ebb5fb..799a00cb 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -9,13 +9,13 @@ on: branches: [ master ] jobs: - Linux: - - runs-on: ubuntu-latest + test: + name: ${{ matrix.os }} / Python ${{ matrix.python-version }} + runs-on: ${{ matrix.os }} strategy: matrix: - python-version: [3.8, 3.9, '3.10', '3.11', '3.12'] - + os: [ ubuntu-latest, macos-latest ] + python-version: [3.9, '3.10', '3.11', '3.12', '3.13'] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} diff --git a/pyproject.toml b/pyproject.toml index 077cb53d..7189fb20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta" [project] name = "sympde" -version = "0.19.1" +version = "0.19.2" description = "Symbolic calculus for partial differential equations (and variational forms)" readme = "README.rst" -requires-python = ">= 3.8, < 3.13" +requires-python = ">= 3.9" license = {file = "LICENSE"} authors = [{name = "Ahmed Ratnani", email = "ratnaniahmed@gmail.com"}] maintainers = [