Skip to content

Commit e9343bf

Browse files
committed
⬇️ Downgrade Pygments to 2.17.2
1 parent 243be94 commit e9343bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12']
11+
python-version: [3.7, 3.8, 3.9, '3.10', '3.11']
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Set up Python ${{ matrix.python-version }}
@@ -20,7 +20,7 @@ jobs:
2020
set -ex
2121
python -VV
2222
python -m site
23-
python -m pip install coverage Pygments==2.15.1
23+
python -m pip install coverage Pygments==2.17.2
2424
- name: Run package build checks
2525
run: python setup.py test
2626
- name: Run package coverage checks

0 commit comments

Comments
 (0)