Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 8bf972c

Browse files
committed
chore(deps): Remove Python 3.8
1 parent 3b3f9cd commit 8bf972c

25 files changed

+18
-257
lines changed

.github/sync-repo-settings.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,12 @@ branchProtectionRules:
1010
- 'OwlBot Post Processor'
1111
- 'docs'
1212
- 'lint'
13-
- 'unit (3.8)'
1413
- 'unit (3.9)'
15-
- 'unit (3.10)'
16-
- 'unit (3.11)'
17-
- 'unit (3.12)'
14+
- 'unit (3.13)'
1815
- 'cover'
1916
- 'Kokoro'
2017
- 'Samples - Lint'
21-
- 'Samples - Python 3.8'
22-
- 'Samples - Python 3.12'
18+
- 'Samples - Python 3.13'
2319
permissionRules:
2420
- team: actools-python
2521
permission: admin

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-22.04
1212
strategy:
1313
matrix:
14-
python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
14+
python: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4

.kokoro/samples/python3.6/common.cfg

Lines changed: 0 additions & 40 deletions
This file was deleted.

.kokoro/samples/python3.6/continuous.cfg

Lines changed: 0 additions & 7 deletions
This file was deleted.

.kokoro/samples/python3.6/periodic-head.cfg

Lines changed: 0 additions & 11 deletions
This file was deleted.

.kokoro/samples/python3.6/periodic.cfg

Lines changed: 0 additions & 6 deletions
This file was deleted.

.kokoro/samples/python3.6/presubmit.cfg

Lines changed: 0 additions & 6 deletions
This file was deleted.

.kokoro/samples/python3.7/common.cfg

Lines changed: 0 additions & 40 deletions
This file was deleted.

.kokoro/samples/python3.7/continuous.cfg

Lines changed: 0 additions & 6 deletions
This file was deleted.

.kokoro/samples/python3.7/periodic-head.cfg

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)