Skip to content

Commit

Permalink
Upgrading notebook and java CI to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
yasserfarouk committed Nov 26, 2023
1 parent 21f75cc commit d6d22ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_jupyter_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
python-version: ['3.10', '3.11']
python-version: ['3.10', '3.11', '3.12']

steps:
- uses: "actions/checkout@v2"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_with_java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
name: "Python ${{ matrix.python-version }}"
runs-on: "ubuntu-latest"
env:
USING_COVERAGE: '3.11'
USING_COVERAGE: '3.12'

strategy:
matrix:
python-version: ['3.11']
python-version: ['3.12']

steps:
- uses: "actions/checkout@v2"
Expand Down

0 comments on commit d6d22ad

Please sign in to comment.