Skip to content

Commit

Permalink
Tests: removed ubuntu 18.04 added Ubuntu 22 and python 3.11+3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxandreOgeret committed Jan 24, 2024
1 parent 6773393 commit 490506e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ jobs:
strategy:
matrix:
cfg:
- {os: ubuntu-18.04, python-version: "3.6"}
- {os: ubuntu-20.04, python-version: "3.7"}
- {os: ubuntu-20.04, python-version: "3.8"}
- {os: ubuntu-20.04, python-version: "3.9"}
- {os: ubuntu-20.04, python-version: "3.10"}
- {os: ubuntu-22.04, python-version: "3.11"}
- {os: ubuntu-22.04, python-version: "3.12"}

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ are:

## Python support

This package supports python >= 3.5.
This package supports Python >= 3.5, and is tested on Python (3.7 -> 3.12).

## How does it work?

Expand Down

0 comments on commit 490506e

Please sign in to comment.