File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - uses : actions/checkout@master
10- - name : Set up Python 3.8
10+ - name : Set up Python 3.13
1111 uses : actions/setup-python@v2.2.1
1212 with :
13- python-version : 3.8
13+ python-version : 3.13
1414 - name : Install dependencies
1515 run : pip install -qU setuptools wheel twine
1616 - name : Generating distribution archives
Original file line number Diff line number Diff line change 11SHELL := bash
22PATH := ./venv/bin:${PATH}
3- PYTHON = python3.8
3+ PYTHON = python3.13
44PROJECT = mati
55isort = isort $(PROJECT ) tests setup.py
66black = black -S -l 79 --target-version py37 $(PROJECT ) tests setup.py
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ pytest-cov==2.11.*
33black==22.3.0
44isort==5.7.*
55flake8==3.8.*
6- mypy==0.790
6+ mypy>=1.0.0
77pytest-vcr==1.0.2
88pytest-lazy-fixture==0.6.*
You can’t perform that action at this time.
0 commit comments