Skip to content

Commit 45e7084

Browse files
remove 3.14 rc from CI
i will re-add it later
1 parent 10ef3e0 commit 45e7084

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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, 3.13, 3.14.0-rc.1]
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog
22
## Pedantic 2.2.3
3-
- added `3.14.0-rc.1` to CI test matrix
43
- remove support for deprecated `typing.ByteString`
54
- fix `WithDecoratedMethods`
5+
- use start method `spawn` for `multiprocess`
66

77
## Pedantic 2.2.2
88
- fix `GenericMixin`

0 commit comments

Comments
 (0)