Skip to content

Commit 10fa0fa

Browse files
authored
Re-add the EOL Python 3.8
1 parent dca657d commit 10fa0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
36+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
3737
os: [ubuntu-latest, macOs-latest]
3838
steps:
3939
- name: Checkout python-for-android

0 commit comments

Comments
 (0)