Skip to content

Commit

Permalink
update testes to python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesneimog committed Nov 22, 2023
1 parent 4a5c1db commit 3b55a35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pd4web-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
python-version: ['3.10']
python-version: ['3.11']

steps:
- name: Checkout code
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
python-version: ["3.10"]
python-version: ["3.11"]

steps:
- name: Checkout code
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10"]
python-version: ["3.11"]
timeout-minutes: 30
steps:
- name: Checkout code
Expand Down

0 comments on commit 3b55a35

Please sign in to comment.