Skip to content

Commit

Permalink
Adds 3.12 to tests to provide future support to future python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sifex committed Dec 29, 2024
1 parent fe6e4a9 commit 5863d7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Test
on:
push:
branches: [ "*" ]
branches: ["*"]
pull_request:
branches: [ "*" ]
branches: ["*"]
workflow_dispatch:

jobs:
test:
strategy:
matrix:
os: [ 'ubuntu-20.04', 'windows-2019', 'macos-12' ]
python-version: [ '3.9', '3.10', '3.11' ]
os: ["ubuntu-20.04", "windows-2019", "macos-12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5863d7d

Please sign in to comment.