Skip to content

Commit

Permalink
Update to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhinavcode13 authored Jul 8, 2024
1 parent 8b6e84d commit 3d8c888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu20_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -44,4 +44,4 @@ jobs:
pytest -v
- name: Test with jupyter notebooks
run: |
pytest --nbmake experiments/jupyter/production/*.ipynb
pytest --nbmake experiments/jupyter/production/*.ipynb

0 comments on commit 3d8c888

Please sign in to comment.