From bf28e07703783ceecc18c117b3a978fc54e22640 Mon Sep 17 00:00:00 2001 From: Serge Koudoro Date: Mon, 8 Jan 2024 22:44:47 -0500 Subject: [PATCH] simplify CI --- .github/workflows/test.yml | 7 ++----- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9026e01..7e0c8a8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: fail-fast: false max-parallel: 4 matrix: - python-version: [3.9, '3.10', 3.11] + python-version: [3.9, '3.10', 3.11, 3.12] os: [ubuntu-latest, macos-latest, windows-latest] @@ -24,10 +24,7 @@ jobs: - name: Install the package and its dependencies run: | python -m pip install --upgrade pip - pip install .[docs,test,demo] - - name: Check Dependencies - run: | - pipconflictchecker + pip install .[test] - name: Lint run: | flake8 . diff --git a/pyproject.toml b/pyproject.toml index 1273834..cf7515d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,10 +18,10 @@ classifiers = [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", ] dependencies = [