Skip to content

Commit e7b3053

Browse files
committed
update: Limit CI tests to Python 3.10+ only
1 parent bf34bd5 commit e7b3053

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu-latest, windows-latest, macos-latest]
16-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
16+
python-version: ['3.10', '3.11']
1717

1818
steps:
1919
- uses: actions/checkout@v3

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "onecite"
77
version = "0.0.11"
88
description = "Universal citation management and academic reference toolkit"
99
readme = "README.md"
10-
requires-python = ">=3.7"
10+
requires-python = ">=3.10"
1111
license = {text = "MIT"}
1212
authors = [
1313
{name = "He Zhiang", email = "ang@hezhiang.com"}
@@ -19,9 +19,6 @@ classifiers = [
1919
"Intended Audience :: Developers",
2020
"License :: OSI Approved :: MIT License",
2121
"Programming Language :: Python :: 3",
22-
"Programming Language :: Python :: 3.7",
23-
"Programming Language :: Python :: 3.8",
24-
"Programming Language :: Python :: 3.9",
2522
"Programming Language :: Python :: 3.10",
2623
"Programming Language :: Python :: 3.11",
2724
"Topic :: Software Development :: Libraries :: Python Modules",

0 commit comments

Comments
 (0)