Skip to content

Commit 2677d89

Browse files
committed
Updated requirements for minimal version 0.1.10
Removed support for python 3.6
1 parent 2e3726e commit 2677d89

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/basic_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
- macos-latest
2222
- windows-latest
2323
python-version:
24-
- "3.6"
2524
- "3.7"
2625
- "3.8"
2726
- "3.9"
2827
- "3.10"
28+
- "3.11"
2929

3030
steps:
3131
- uses: actions/checkout@v3

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ keywords = PEMicro PyPEMicro PyOCD Plugin
1111
platforms = Windows, Linux, macOS, BSD
1212
license = BSD-3-Clause
1313
classifiers =
14-
Programming Language :: Python :: 3.6
1514
Programming Language :: Python :: 3.7
1615
Programming Language :: Python :: 3.8
1716
Programming Language :: Python :: 3.9
1817
Programming Language :: Python :: 3.10
18+
Programming Language :: Python :: 3.11
1919
Operating System :: MacOS :: MacOS X
2020
Operating System :: Microsoft :: Windows
2121
Operating System :: POSIX :: Linux
@@ -36,9 +36,9 @@ project_urls =
3636
[options]
3737
zip_safe = True
3838
packages = find:
39-
python_requires = >=3.6.0
39+
python_requires = >=3.7.0
4040
install_requires =
41-
pypemicro==0.1.9
41+
pypemicro==0.1.10
4242

4343
[options.entry_points]
4444
pyocd.probe =

0 commit comments

Comments
 (0)