Skip to content

Commit

Permalink
Remove ubuntu-20.04, python 3.6 and python 3.7 from CI
Browse files Browse the repository at this point in the history
Ubuntu 20.04 only has libxkbcommon-0.8, and we are preparing to require
libxkbcommon-1.0

Python 3.6 and Python 3.7 are no longer supported.

Add Python 3.12 to CI
  • Loading branch information
sde1000 committed Apr 9, 2024
1 parent eef6801 commit 7626ece
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ jobs:

strategy:
matrix:
os: ['ubuntu-20.04', 'ubuntu-22.04']
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
exclude:
- os: 'ubuntu-22.04'
python-version: '3.6'
os: ['ubuntu-22.04']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 7626ece

Please sign in to comment.