File tree Expand file tree Collapse file tree 5 files changed +7
-9
lines changed Expand file tree Collapse file tree 5 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 59
59
- name : Set up Python
60
60
uses : actions/setup-python@v1
61
61
with :
62
- python-version : 3.8
62
+ python-version : 3.9
63
63
64
64
- name : Set up Poetry
65
65
uses : Gr1N/setup-poetry@v4
Original file line number Diff line number Diff line change 19
19
20
20
strategy :
21
21
matrix :
22
- python-version : [ 3.8 ]
22
+ python-version : [ 3.9 ]
23
23
24
24
steps :
25
25
- name : Checkout source
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- uses : actions/checkout@v2
15
- - name : Setup Python 3.8
15
+ - name : Setup Python 3.9
16
16
uses : actions/setup-python@v1
17
17
with :
18
- python-version : 3.8
18
+ python-version : 3.9
19
19
20
20
- name : Install Python deps
21
21
run : |
24
24
- name : Type Coverage
25
25
uses : jakebailey/pyright-action@v1
26
26
with :
27
- python-version : 3.8
27
+ python-version : 3.9
28
28
project : " pyproject.toml"
29
29
30
30
- name : Lint
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ sphinx:
10
10
builder : html
11
11
12
12
python :
13
- version : 3.8
13
+ version : 3.9
14
14
install :
15
15
- method : pip
16
16
path : .
Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ classifiers = [
13
13
" Intended Audience :: Developers" ,
14
14
" Natural Language :: English" ,
15
15
" Operating System :: OS Independent" ,
16
- " Programming Language :: Python :: 3.7" ,
17
- " Programming Language :: Python :: 3.8" ,
18
16
" Programming Language :: Python :: 3.9" ,
19
17
" Topic :: Internet" ,
20
18
" Typing :: Typed" ,
@@ -32,7 +30,7 @@ packages = [
32
30
"Issue Tracker" = " https://github.com/AbstractUmbra/mystbin.py/issues"
33
31
34
32
[tool .poetry .dependencies ]
35
- python = " ^3.8 "
33
+ python = " ^3.9 "
36
34
aiohttp = " ^3.7.4"
37
35
requests = {version = " ^2.24.0" , optional = true }
38
36
sphinx = { version = " ^4.0.0" , optional = true }
You can’t perform that action at this time.
0 commit comments