Skip to content

Commit

Permalink
Deprecated python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
satcfdi committed Jun 12, 2024
1 parent 85d563f commit 7535b2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,10 @@
"License :: OSI Approved :: MIT License",
"Natural Language :: Spanish",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12"
],
python_requires='>=3.10',
python_requires='>=3.11',
package_dir={package: package_dir},
packages=packages,
package_data={
Expand Down

0 comments on commit 7535b2c

Please sign in to comment.