Skip to content

Commit a15fc67

Browse files
committed
use only two python version to reduce comp cost
1 parent b8a5272 commit a15fc67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
strategy:
6060
matrix:
61-
python-version: ['3.10','3.12','3.13']
61+
python-version: ['3.10', '3.13']
6262

6363
services:
6464
postgres:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
strategy:
3939
matrix:
40-
python-version: ['3.10','3.12','3.13']
40+
python-version: ['3.10','3.13']
4141

4242
services:
4343
rabbitmq:

0 commit comments

Comments
 (0)