File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
1111 runs-on : ubuntu-latest
1212 strategy :
1313 matrix :
14- python : [3.9, 3.13 ]
14+ python : [3.9, 3.14 ]
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 with : {fetch-depth: 0}
18- - uses : actions/setup-python@v5
18+ - uses : actions/setup-python@v6
1919 with :
2020 python-version : ${{ matrix.python }}
2121 - name : Install
3333 id-token : write
3434 runs-on : ubuntu-latest
3535 steps :
36- - uses : actions/checkout@v4
36+ - uses : actions/checkout@v5
3737 with : {fetch-depth: 0}
38- - uses : actions/setup-python@v5
38+ - uses : actions/setup-python@v6
3939 with : {python-version: '3.x'}
4040 - id : dist
4141 uses : casperdcl/deploy-pypi@v2
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ default_language_version:
22 python : python3
33repos :
44- repo : https://github.com/pre-commit/pre-commit-hooks
5- rev : v5 .0.0
5+ rev : v6 .0.0
66 hooks :
77 - id : check-added-large-files
88 - id : check-builtin-literals
4040 - flake8-pyproject
4141 - flake8-string-format
4242- repo : https://github.com/pre-commit/mirrors-mypy
43- rev : v1.16.1
43+ rev : v1.18.2
4444 hooks :
4545 - id : mypy
4646 additional_dependencies : [types-setuptools]
5151 args : [-i]
5252 additional_dependencies : [toml]
5353- repo : https://github.com/PyCQA/isort
54- rev : 6 .0.1
54+ rev : 7 .0.0
5555 hooks :
5656 - id : isort
5757ci :
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ classifiers = [
5353 " Programming Language :: Python :: 3.11" ,
5454 " Programming Language :: Python :: 3.12" ,
5555 " Programming Language :: Python :: 3.13" ,
56+ " Programming Language :: Python :: 3.14" ,
5657 " Programming Language :: Python :: 3 :: Only" ,
5758 " Programming Language :: Python :: Implementation" ,
5859 " Programming Language :: Python :: Implementation :: IronPython" ,
You can’t perform that action at this time.
0 commit comments