Skip to content

Commit

Permalink
CI: Removed testing for Python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelCupp committed Jul 28, 2023
1 parent 1a09bc0 commit b357375
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-ubuntu20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["2.7.18", "3.6.9", "3.8.3", "3.10", "3.11"]
python-version: ["3.6.9", "3.8.3", "3.10", "3.11"]
sympy-version: ["sympy", "sympy==1.2"]

steps:
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["2.7.18", "3.6.9", "3.8.3", "3.10", "3.11"]
python-version: ["3.6.9", "3.8.3", "3.10", "3.11"]
sympy-version: ["sympy", "sympy==1.3"]

steps:
Expand Down

0 comments on commit b357375

Please sign in to comment.