Skip to content

Commit b10bb7d

Browse files
added Python 3.13 to CI
1 parent 2d9b12e commit b10bb7d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
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 }}

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def get_content_from_readme(file_name: str = 'README.md') -> str:
1515

1616
setup(
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=[],

0 commit comments

Comments
 (0)