Skip to content

Commit 82aa8fb

Browse files
committed
Update Python versions in CI tests
Python 3.11 was released October 2022. Python 3.7 went end-of-life June 2023
1 parent 32817fb commit 82aa8fb

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
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ${{ matrix.os }}
3333
strategy:
3434
matrix:
35-
python-version: ['3.7', '3.8', '3.9', '3.10']
35+
python-version: ['3.8', '3.9', '3.10', '3.11']
3636
os: [ubuntu-latest, macOs-latest]
3737
steps:
3838
- name: Checkout python-for-android

0 commit comments

Comments
 (0)