File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2222 - " 3.12"
2323 - " 3.13"
2424 - " 3.14"
25+ - " 3.14t"
2526
2627 - " pypy-3.10"
2728 - " pypy-3.11"
5354
5455 - name : Set up python
5556 uses : actions/setup-python@v6
57+ with :
58+ python-version : ' 3.13'
5659
5760 - name : Install project and deps
5861 run : |
7275 fail-fast : false
7376 matrix :
7477 python-version :
75- - " 3.10 "
78+ - " 3.13 "
7679 steps :
7780 - uses : actions/checkout@v5
7881
8285 python-version : ${{ matrix.python-version }}
8386
8487 - name : Install project and deps
85- run : python setup.py install
88+ run : pip install .
8689
8790 - name : Run tests
8891 run : |
Original file line number Diff line number Diff line change 2828import re
2929import tokenize
3030
31- __version__ = '3.0.0 '
31+ __version__ = '3.0.1 '
3232
3333
3434class Eradicator :
You can’t perform that action at this time.
0 commit comments