Commit 1bd9fc8 1 parent 7b09c64 commit 1bd9fc8 Copy full SHA for 1bd9fc8
File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
strategy :
20
20
matrix :
21
- python-version : [3.9 ]
21
+ python-version : ["3.10" ]
22
22
steps :
23
23
- uses : actions/checkout@v2
24
24
- name : Set up Python ${{ matrix.python-version }}
37
37
runs-on : ubuntu-latest
38
38
strategy :
39
39
matrix :
40
- python-version : [3.9 ]
40
+ python-version : ["3.10" ]
41
41
steps :
42
42
- uses : actions/checkout@v2
43
43
- name : Set up Python ${{ matrix.python-version }}
56
56
runs-on : ubuntu-latest
57
57
strategy :
58
58
matrix :
59
- python-version : [3.9 ]
59
+ python-version : ["3.10" ]
60
60
steps :
61
61
- uses : actions/checkout@v2
62
62
- name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ A basic starter for Python packages with GitHub continuous integration.
6
6
7
7
## Requirements
8
8
9
- - Python 3.9 +
9
+ - Python 3.10 +
10
10
- Tested on MacOS Catalina
11
11
12
12
## Installation
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "python_starter"
7
7
version = " 0.1.0"
8
8
description = " A basic starter for Python packages."
9
9
readme = " README.md"
10
- requires-python = " >=3.9 "
10
+ requires-python = " >=3.10 "
11
11
dependencies = [
12
12
" matplotlib" ,
13
13
" numpy" ,
@@ -32,10 +32,10 @@ python_starter = ["py.typed"]
32
32
33
33
[tool .black ]
34
34
line-length = 88
35
- target-version = [" py39 " ]
35
+ target-version = [" py10 " ]
36
36
37
37
[tool .isort ]
38
- py_version = 39
38
+ py_version = 310
39
39
profile = " black"
40
40
multi_line_output = 2
41
41
skip_glob = [" venv/*" ]
You can’t perform that action at this time.
0 commit comments