Skip to content

Commit c593243

Browse files
ci: clean up stale comments in test.yml
1 parent cd89cff commit c593243

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
# In the future, we need to add support for Python 2.7 and Python 3.14+
26-
# but for now, those are failing.
2725
python-version: ['3.8']
2826
steps:
2927
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -54,8 +52,7 @@ jobs:
5452
matrix:
5553
os: [ubuntu-22.04]
5654
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', 'pypy2.7', 'pypy3.8']
57-
# os: [ubuntu-latest, windows-latest, macos-latest]
58-
# python-version: ['2.7', '3.7', '3.8', '3.9', '3.10', 'pypy-2.7', 'pypy-3.8']
55+
# Python 2.7 and 3.4 are tested separately in the run-legacy job below.
5956
steps:
6057
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6158

0 commit comments

Comments
 (0)