Skip to content

Commit 31c2bcf

Browse files
committed
Deprecate python <= 3.10
1 parent 0b39279 commit 31c2bcf

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
os: [ubuntu-latest, windows-latest, macos-latest]
13-
python-version: ["3.8","3.9","3.10","3.11","3.12","3.13"]
13+
python-version: ["3.10","3.11","3.12","3.13"]
1414

1515
steps:
1616
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@ authors = [
99
]
1010
description = "Russian Word Stress by Silero"
1111
readme = "README.md"
12-
requires-python = ">=3.8"
12+
requires-python = ">=3.10"
1313
classifiers = [
1414
"Development Status :: 5 - Production/Stable",
1515
"License :: OSI Approved :: MIT License",
1616
"Operating System :: OS Independent",
1717
"Intended Audience :: Science/Research",
1818
"Intended Audience :: Developers",
19-
"Programming Language :: Python :: 3.8",
20-
"Programming Language :: Python :: 3.9",
2119
"Programming Language :: Python :: 3.10",
2220
"Programming Language :: Python :: 3.11",
2321
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)