Skip to content

Commit 3ade2ef

Browse files
committed
Drop support for EOL python3.6, add 3.10
1 parent fbe872b commit 3ade2ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
strategy:
4141
matrix:
42-
python-version: [3.6, 3.7, 3.8, 3.9]
42+
python-version: ['3.7', '3.8', '3.9', '3.10']
4343
steps:
4444
- uses: actions/checkout@v1
4545
- uses: actions/setup-python@v2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
author_email="pslab-fossasia@googlegroups.com",
1515
url="https://pslab.io/",
1616
install_requires=["numpy>=1.16.3", "pyserial>=3.4", "scipy>=1.3.0"],
17-
python_requires=">=3.6",
17+
python_requires=">=3.7",
1818
packages=setuptools.find_packages(exclude=("tests",)),
1919
package_data={
2020
"": [

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy