Skip to content

Commit

Permalink
Change: remove support for python 3.7 and 3.8
Browse files Browse the repository at this point in the history
Also, add support for python 3.10 and 3.11
  • Loading branch information
jjnicola committed Aug 18, 2023
1 parent 5d34955 commit 20dea27
Show file tree
Hide file tree
Showing 3 changed files with 156 additions and 240 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ jobs:
strategy:
matrix:
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"

steps:
- uses: actions/checkout@v3
Expand All @@ -32,10 +31,9 @@ jobs:
strategy:
matrix:
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"

steps:
- uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit 20dea27

Please sign in to comment.