File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919 include :
2020 - {name: '3.13', python: '3.13', tox: py313}
2121 - {name: '3.12', python: '3.12', tox: py312}
22- - {name: 'format', python: '3.12 ', tox: format}
23- - {name: 'mypy', python: '3.12 ', tox: mypy}
24- - {name: 'pep8', python: '3.12 ', tox: pep8}
25- - {name: 'package', python: '3.12 ', tox: package}
22+ - {name: 'format', python: '3.13 ', tox: format}
23+ - {name: 'mypy', python: '3.13 ', tox: mypy}
24+ - {name: 'pep8', python: '3.13 ', tox: pep8}
25+ - {name: 'package', python: '3.13 ', tox: package}
2626
2727 steps :
2828 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ commands = pytest --cov=sql_tstring {posargs}
1111passenv = DATABASE_URL
1212
1313[testenv:format]
14- basepython = python3.12
14+ basepython = python3.13
1515deps =
1616 black
1717 isort
@@ -20,7 +20,7 @@ commands =
2020 isort --check --diff src/sql_tstring/ tests/
2121
2222[testenv:pep8]
23- basepython = python3.12
23+ basepython = python3.13
2424deps =
2525 flake8
2626 flake8-bugbear
@@ -29,15 +29,15 @@ deps =
2929commands = flake8 src/sql_tstring/ tests/
3030
3131[testenv:mypy]
32- basepython = python3.12
32+ basepython = python3.13
3333deps =
3434 mypy
3535 pytest
3636commands =
3737 mypy src/sql_tstring/ tests/
3838
3939[testenv:package]
40- basepython = python3.12
40+ basepython = python3.13
4141deps =
4242 pdm
4343 twine
You can’t perform that action at this time.
0 commit comments