Skip to content

Commit

Permalink
test: test on python 3.12
Browse files Browse the repository at this point in the history
Signed-off-by: Silvano Cirujano Cuesta <[email protected]>
  • Loading branch information
Silvanoc committed Nov 9, 2023
1 parent fc03487 commit 4c99164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.11", "3.7" ]
python-version: ["3.11", "3.7" ]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.11", "3.8" ]
python-version: [ "3.12", "3.11", "3.8" ]

steps:

Expand Down

0 comments on commit 4c99164

Please sign in to comment.