File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 18
18
- name : Install Python
19
19
uses : actions/setup-python@v2
20
20
with :
21
- python-version : 3.6
21
+ python-version : 3.9
22
22
- name : Install svdtools
23
23
run : |
24
24
python -m pip install --upgrade pip
54
54
- name : Install Python
55
55
uses : actions/setup-python@v2
56
56
with :
57
- python-version : 3.6
57
+ python-version : 3.9
58
58
- name : Install svdtools
59
59
run : |
60
60
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ This changelog tracks the Python `svdtools` project. See
5
5
6
6
## [ Unreleased]
7
7
8
+ * Bump python to 3.9 to fix CI
9
+
8
10
## [ v0.1.25] 2022-09-04
9
11
10
12
* Fix bug in deriving registers (#124 )
Original file line number Diff line number Diff line change 10
10
maintainer = " Nicolas Stalder"
11
11
maintainer-email =
" [email protected] "
12
12
home-page = " https://github.com/stm32-rs/svdtools"
13
- requires-python = " >=3.6 "
13
+ requires-python = " >=3.9 "
14
14
description-file = " README.md"
15
15
requires = [
16
16
" click ~= 8.0" ,
@@ -24,8 +24,7 @@ classifiers=[
24
24
" Intended Audience :: Developers" ,
25
25
" Intended Audience :: End Users/Desktop" ,
26
26
" Programming Language :: Python :: 3 :: Only" ,
27
- " Programming Language :: Python :: 3.6" ,
28
- " Programming Language :: Python :: 3.7" ,
27
+ " Programming Language :: Python :: 3.9" ,
29
28
]
30
29
31
30
[tool .flit .scripts ]
You can’t perform that action at this time.
0 commit comments