From 09400fd457b77a670691d7c300852a1fa49ec2c5 Mon Sep 17 00:00:00 2001 From: Thibaut Durand Date: Tue, 9 Jan 2024 09:29:54 -0800 Subject: [PATCH] Update dependencies --- .github/workflows/ci.yaml | 2 +- .github/workflows/nightly.yaml | 4 ++-- pyproject.toml | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7da6ffa..44f796b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: os: [ ubuntu-latest, macos-latest ] - python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ] + python-version: [ '3.8', '3.9', '3.10', '3.11' ] steps: - name: Checkout diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index ff92497..15c337d 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -12,7 +12,7 @@ jobs: fail-fast: false matrix: os: [ ubuntu-latest, macos-latest ] - python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ] + python-version: [ '3.8', '3.9', '3.10', '3.11' ] steps: - name: Checkout @@ -49,7 +49,7 @@ jobs: fail-fast: false matrix: os: [ ubuntu-latest, macos-latest ] - python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ] + python-version: [ '3.8', '3.9', '3.10', '3.11' ] steps: - name: Checkout diff --git a/pyproject.toml b/pyproject.toml index 27b864f..46e1045 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,6 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.12", "Topic :: Scientific/Engineering :: Artificial Intelligence", ]