Skip to content

Commit

Permalink
versions updated
Browse files Browse the repository at this point in the history
  • Loading branch information
lnxpy committed Jun 6, 2024
1 parent 8ee9ee9 commit 8bacf0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 8bacf0d

Please sign in to comment.