Skip to content

Commit c575447

Browse files
committed
remove ubuntu 3.8 from github actions
1 parent 7927f1f commit c575447

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
matrix:
1818
os: [ubuntu-latest, windows-latest]
1919
python-version: [3.8, 3.9, '3.10', 3.11, 3.12]
20+
exclude:
21+
- os: ubuntu-latest
22+
python-version: 3.8
23+
2024

2125
steps:
2226
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871

0 commit comments

Comments
 (0)