File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 strategy :
1212 matrix :
13- python-version : [3.11, 3.12]
13+ python-version : [3.11, 3.12, 3.13 ]
1414 steps :
1515 - uses : actions/checkout@v4
1616 - name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 11# Changelog
2+ ## Pedantic 2.1.9
3+ - added Python 3.13 to CI
4+
25## Pedantic 2.1.8
36- add more parameters to ` transformation ` in ` create_decorator ` to make it more flexible
47
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ def get_content_from_readme(file_name: str = 'README.md') -> str:
1515
1616setup (
1717 name = "pedantic" ,
18- version = "2.1.8 " ,
18+ version = "2.1.9 " ,
1919 python_requires = '>=3.11.0' ,
2020 packages = find_packages (),
2121 install_requires = [],
You can’t perform that action at this time.
0 commit comments