Skip to content

Commit 8e2ddf5

Browse files
committed
ci(workflow): update action config
1 parent 25c14b8 commit 8e2ddf5

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ on:
88

99
jobs:
1010
test:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212
strategy:
1313
matrix:
14-
python-version: ['3.7', '3.8', '3.9', '3.10', "3.11", "3.12"]
14+
python-version: ['3.8', '3.9', '3.10', "3.11", "3.12"]
1515
include:
1616
- python-version: '3.10'
1717
update-coverage: true

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.1.11](https://github.com/sns-sdks/python-tiktok/v0.1.11) (2025-05-30)
6+
7+
### Fix
8+
9+
- make list type parameters well.
10+
11+
512
## [0.1.10](https://github.com/sns-sdks/python-tiktok/v0.1.10) (2024-12-16)
613

714
### Features

0 commit comments

Comments
 (0)