test: remove tests for Python 3.9

This commit is contained in:
Karim shoair
2025-07-09 16:31:05 +03:00
parent 4bba8598c2
commit fe8b11155e
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -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:
+1 -1
View File
@@ -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