From c99288e49f3bb83bf3381888581a877c88ce96d7 Mon Sep 17 00:00:00 2001 From: Shyue Ping Ong Date: Wed, 7 Feb 2024 07:28:49 -0800 Subject: [PATCH] Test on py311 --- .github/workflows/testing.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 2f8496a9..006ea72c 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -20,7 +20,7 @@ jobs: strategy: max-parallel: 20 matrix: - python-version: ["3.9", "3.10", "3.12"] + python-version: ["3.9", "3.11"] runs-on: ubuntu-latest env: diff --git a/pyproject.toml b/pyproject.toml index 6c5c7ac3..61741130 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ where = ["src"] [tool.black] line-length = 120 -target-version = ['py39'] +target-version = ['py312'] include = '\.pyi?$' exclude = ''' (