Skip to content

Commit b6ba840

Browse files
committed
Remove Python 3.12 & 3.13 due to missing distutils
1 parent 647bd8f commit b6ba840

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/eb_command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
test-eb:
1414
strategy:
1515
matrix:
16-
python: [3.8, 3.9, '3.10', '3.11', '3.12', '3.13']
16+
python: [3.8, 3.9, '3.10', '3.11']
1717
include:
1818
- python: 3.7
1919
os: ubuntu-22.04

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
python-linting:
1313
strategy:
1414
matrix:
15-
python: [3.8, 3.9, '3.10', '3.11', '3.12', '3.13']
15+
python: [3.8, 3.9, '3.10', '3.11']
1616
os: [ubuntu-24.04]
1717
include:
1818
- python: 3.7

0 commit comments

Comments
 (0)