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 5959 - name : Set up Python
6060 uses : actions/setup-python@v1
6161 with :
62- python-version : 3.8
62+ python-version : 3.9
6363
6464 - name : Set up Poetry
6565 uses : Gr1N/setup-poetry@v4
Original file line number Diff line number Diff line change 1919
2020 strategy :
2121 matrix :
22- python-version : [ 3.8 ]
22+ python-version : [ 3.9 ]
2323
2424 steps :
2525 - name : Checkout source
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v2
15- - name : Setup Python 3.8
15+ - name : Setup Python 3.9
1616 uses : actions/setup-python@v1
1717 with :
18- python-version : 3.8
18+ python-version : 3.9
1919
2020 - name : Install Python deps
2121 run : |
2424 - name : Type Coverage
2525 uses : jakebailey/pyright-action@v1
2626 with :
27- python-version : 3.8
27+ python-version : 3.9
2828 project : " pyproject.toml"
2929
3030 - name : Lint
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ sphinx:
1010 builder : html
1111
1212python :
13- version : 3.8
13+ version : 3.9
1414 install :
1515 - method : pip
1616 path : .
Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ classifiers = [
1313 " Intended Audience :: Developers" ,
1414 " Natural Language :: English" ,
1515 " Operating System :: OS Independent" ,
16- " Programming Language :: Python :: 3.7" ,
17- " Programming Language :: Python :: 3.8" ,
1816 " Programming Language :: Python :: 3.9" ,
1917 " Topic :: Internet" ,
2018 " Typing :: Typed" ,
@@ -32,7 +30,7 @@ packages = [
3230"Issue Tracker" = " https://github.com/AbstractUmbra/mystbin.py/issues"
3331
3432[tool .poetry .dependencies ]
35- python = " ^3.8 "
33+ python = " ^3.9 "
3634aiohttp = " ^3.7.4"
3735requests = {version = " ^2.24.0" , optional = true }
3836sphinx = { version = " ^4.0.0" , optional = true }
You can’t perform that action at this time.
0 commit comments