Skip to content

Commit 59a8de2

Browse files
author
Fabien Coelho
committed
remove non working CI
1 parent 5082cf1 commit 59a8de2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/package.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ jobs:
1212
matrix:
1313
python:
1414
- version: "pypy3.10"
15-
- version: "pypy3.11"
15+
# 2025-03-09 KO on pydantic-core
16+
# - version: "pypy3.11"
1617
- version: "3.10"
1718
- version: "3.11"
1819
- version: "3.12"
1920
- version: "3.13"
20-
- version: "3.14"
21+
# 2025-03-09 KO on pydantic-core
22+
# - version: "3.14"
2123
steps:
2224
- uses: actions/checkout@v4
2325
- name: Set up Python ${{ matrix.python.version }}

docs/versions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ please report any [issues](https://github.com/zx80/flask-tester/issues).
1010
- setPass and fake auth?
1111
- fixture scope?
1212
- document file upload tests?
13+
- activate _Pypy 3.11_ and _Python 3.14_ in GitHub CI.
1314

1415
## ? on ?
1516

1617
Add `setHook`.
17-
Activate _Pypy 3.11_ and _Python 3.14_ in GitHub CI.
1818
Slightly improve documentation.
1919
Add some tests.
2020

0 commit comments

Comments
 (0)