Skip to content

Commit

Permalink
Removed Python 3.7 and added Python 3.11 (#46)
Browse files Browse the repository at this point in the history
* Removed Python 3.7 and added Python 3.11

* poetry.lock

* Upgraded parallel CI tests from Python 3.10 to Python 3.11
  • Loading branch information
Nusnus authored Sep 17, 2023
1 parent d05cde2 commit 6810d2d
Show file tree
Hide file tree
Showing 5 changed files with 537 additions and 762 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/parallel-support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]
python-version: ["3.11"]
os: ["ubuntu-latest"]

steps:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]
python-version: ["3.11"]
os: ["ubuntu-latest"]

steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
os: ["ubuntu-latest"]

steps:
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
os: ["ubuntu-latest"]

steps:
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
os: ["ubuntu-latest"]

steps:
Expand Down
Loading

0 comments on commit 6810d2d

Please sign in to comment.