Commit 59a8de2 Fabien Coelho
committed
1 parent 5082cf1 commit 59a8de2 Copy full SHA for 59a8de2
File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,14 @@ jobs:
12
12
matrix :
13
13
python :
14
14
- version : " pypy3.10"
15
- - version : " pypy3.11"
15
+ # 2025-03-09 KO on pydantic-core
16
+ # - version: "pypy3.11"
16
17
- version : " 3.10"
17
18
- version : " 3.11"
18
19
- version : " 3.12"
19
20
- version : " 3.13"
20
- - version : " 3.14"
21
+ # 2025-03-09 KO on pydantic-core
22
+ # - version: "3.14"
21
23
steps :
22
24
- uses : actions/checkout@v4
23
25
- name : Set up Python ${{ matrix.python.version }}
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ please report any [issues](https://github.com/zx80/flask-tester/issues).
10
10
- setPass and fake auth?
11
11
- fixture scope?
12
12
- document file upload tests?
13
+ - activate _ Pypy 3.11_ and _ Python 3.14_ in GitHub CI.
13
14
14
15
## ? on ?
15
16
16
17
Add ` setHook ` .
17
- Activate _ Pypy 3.11_ and _ Python 3.14_ in GitHub CI.
18
18
Slightly improve documentation.
19
19
Add some tests.
20
20
You can’t perform that action at this time.
0 commit comments