Skip to content

Commit

Permalink
Add testing for py3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
RedRaysTeam committed Aug 6, 2024
1 parent 11cd284 commit 115a7c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- name: Checkout pysap
uses: actions/checkout@v3

- name: Setup Python 3.10
- name: Setup Python 3.12
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.12"

- name: Install Python dependencies
run: |
Expand All @@ -46,7 +46,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.12"]
experimental: [false]
continue-on-error: ${{ matrix.experimental }}

Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10"]
python-version: ["3.12"]

steps:
- name: Checkout pysap
Expand Down

0 comments on commit 115a7c3

Please sign in to comment.