Skip to content

Commit 7672c91

Browse files
added 3.14.0-rc.1 to CI test matrix
1 parent 783adc3 commit 7672c91

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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, 3.13]
13+
python-version: [3.11, 3.12, 3.13, 3.14.0-rc.1]
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Set up Python ${{ matrix.python-version }}

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Changelog
22
## Pedantic 2.2.3
3+
- added `3.14.0-rc.1` to CI test matrix
34
- fix `WithDecoratedMethods`
45

56
## Pedantic 2.2.2

0 commit comments

Comments
 (0)