8000 Remove 3.7 EOL · python/pyperformance@aed4849 · GitHub
[go: up one dir, main page]

Skip to content

Commit aed4849

Browse files
committed
Remove 3.7 EOL
1 parent c273240 commit aed4849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
# Test all supported versions on Ubuntu:
2525
os: [ubuntu-latest]
26-
python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
26+
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
2727
experimental: [false]
2828
include:
2929
# As the experimental task for the dev version.

0 commit comments

Comments
 (0)
0