Skip to content

Commit 5248628

Browse files
authored
drop python 3.9 (#168)
1 parent 50cb2a4 commit 5248628

File tree

3 files changed

+6
-144
lines changed

3 files changed

+6
-144
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.13t', '3.14', '3.14t', '3.15-dev', '3.15t-dev']
18+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.13t', '3.14', '3.14t', '3.15-dev', '3.15t-dev']
1919
with-psutil: [false]
2020
include:
2121
- python-version: '3.14t'

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "pytest-run-parallel"
99
description = "A simple pytest plugin to run tests concurrently"
1010
version = "0.8.3-dev"
1111
readme = "README.md"
12-
requires-python = ">=3.9"
12+
requires-python = ">=3.10"
1313
dependencies = [
1414
"pytest>=6.2.0",
1515
]
@@ -30,7 +30,6 @@ classifiers = [
3030
"Topic :: Software Development :: Testing",
3131
"Operating System :: OS Independent",
3232
"Programming Language :: Python",
33-
"Programming Language :: Python :: 3.9",
3433
"Programming Language :: Python :: 3.10",
3534
"Programming Language :: Python :: 3.11",
3635
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)