File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 strategy :
99 matrix :
10- python-version : ["3.8 ", "3.9", "3.10 "]
10+ python-version : ["3.10 ", "3.11 "]
1111 steps :
1212 - uses : actions/checkout@v3
1313 - name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 2222 - name : Set up Python
2323 uses : actions/setup-python@v4
2424 with :
25- python-version : ' 3.x '
25+ python-version : ' 3.10 '
2626 - name : Install dependencies
2727 run : |
2828 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 1717 author = 'Eddy Luten' ,
1818 author_email = 'eddyluten@gmail.com' ,
1919 license = 'MIT' ,
20- python_requires = '>=3.0 ' ,
20+ python_requires = '>=3.10 ' ,
2121 install_requires = ['mkdocs' ],
2222 classifiers = [
2323 'License :: OSI Approved :: MIT License' ,
You can’t perform that action at this time.
0 commit comments