From fe8b11155eebb2f5cb40bd91c1c3f02537400206 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Wed, 9 Jul 2025 16:31:05 +0300 Subject: [PATCH] test: remove tests for Python 3.9 --- .github/workflows/tests.yml | 4 ---- tox.ini | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 82e234d..317cc8d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,10 +17,6 @@ jobs: fail-fast: false matrix: include: - - python-version: "3.9" - os: macos-latest - env: - TOXENV: py39 - python-version: "3.10" os: macos-latest env: diff --git a/tox.ini b/tox.ini index 2f1e02c..31f4684 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = pre-commit,py{39,310,311,312,313} +envlist = pre-commit,py{310,311,312,313} [testenv] usedevelop = True