Skip to content

Commit

Permalink
Merge pull request #387 from deepanshs/djs/py313
Browse files Browse the repository at this point in the history
Djs/py313
  • Loading branch information
deepanshs authored Oct 22, 2024
2 parents 7a47239 + 5329afc commit d9e2a41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
runs-on: "ubuntu-latest"
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13.0-rc.1"]
python-version: ["3.10", "3.11", "3.12", "3.13"]

steps:
- name: Checkout
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
runs-on: "macos-latest"
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13.0-rc.1"]
python-version: ["3.10", "3.11", "3.12", "3.13"]

steps:
- name: Checkout
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
runs-on: "macos-13"
strategy:
matrix:
python-version: ["3.12", "3.13.0-rc.1"]
python-version: ["3.12", "3.13"]

steps:
- name: Checkout
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
runs-on: "windows-latest"
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12", "3.13"]

steps:
- name: Checkout
Expand Down

0 comments on commit d9e2a41

Please sign in to comment.