We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85d563f commit 7535b2cCopy full SHA for 7535b2c
.github/workflows/tests.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
fail-fast: false
17
matrix:
18
- python-version: ["3.10", "3.11", "3.12"]
+ python-version: ["3.11", "3.12"]
19
20
steps:
21
- uses: actions/checkout@v3
setup.py
@@ -50,11 +50,10 @@
50
"License :: OSI Approved :: MIT License",
51
"Natural Language :: Spanish",
52
"Operating System :: OS Independent",
53
- "Programming Language :: Python :: 3.10",
54
"Programming Language :: Python :: 3.11",
55
"Programming Language :: Python :: 3.12"
56
],
57
- python_requires='>=3.10',
+ python_requires='>=3.11',
58
package_dir={package: package_dir},
59
packages=packages,
60
package_data={
0 commit comments