Skip to content

Commit 7535b2c

Browse files
committed
Deprecated python 3.10
1 parent 85d563f commit 7535b2c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/tests.yml

+1-1
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.10", "3.11", "3.12"]
18+
python-version: ["3.11", "3.12"]
1919

2020
steps:
2121
- uses: actions/checkout@v3

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,10 @@
5050
"License :: OSI Approved :: MIT License",
5151
"Natural Language :: Spanish",
5252
"Operating System :: OS Independent",
53-
"Programming Language :: Python :: 3.10",
5453
"Programming Language :: Python :: 3.11",
5554
"Programming Language :: Python :: 3.12"
5655
],
57-
python_requires='>=3.10',
56+
python_requires='>=3.11',
5857
package_dir={package: package_dir},
5958
packages=packages,
6059
package_data={

0 commit comments

Comments
 (0)