Skip to content

Commit

Permalink
⬇️ Downgrade Pygments to 2.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sprytnyk committed Jun 20, 2024
1 parent 243be94 commit e9343bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12']
python-version: [3.7, 3.8, 3.9, '3.10', '3.11']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -20,7 +20,7 @@ jobs:
set -ex
python -VV
python -m site
python -m pip install coverage Pygments==2.15.1
python -m pip install coverage Pygments==2.17.2
- name: Run package build checks
run: python setup.py test
- name: Run package coverage checks
Expand Down

0 comments on commit e9343bf

Please sign in to comment.