Skip to content

Commit

Permalink
Merge pull request #11 from tomato42/more-pythons
Browse files Browse the repository at this point in the history
add older python versions
  • Loading branch information
tomato42 authored Jul 18, 2024
2 parents 01cff16 + d9da9d6 commit 9d7ae5e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:
fail-fast: false
matrix:
include:
- name: py3.9
os: ubuntu-latest
python-version: "3.9"
- name: py3.10
os: ubuntu-latest
python-version: "3.10"
- name: py3.11
os: ubuntu-latest
python-version: "3.11"
Expand Down

0 comments on commit 9d7ae5e

Please sign in to comment.