Skip to content

Commit 71e6098

Browse files
committed
upgrade GitHub Action to use Ubuntu 24.04 with Python 3.10.12
1 parent 03e6e2f commit 71e6098

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
include:
16-
- python-version: 3.10
17-
# - python-version: 3.8
16+
- python-version: 3.10.12
1817
steps:
1918
- name: Checkout ✅
2019
uses: actions/checkout@v2

0 commit comments

Comments
 (0)