Skip to content

Commit

Permalink
MNT: Update github runner versions and add python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbisme committed Feb 4, 2024
1 parent 22f9dd1 commit 5e72e73
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
os:
[
ubuntu-18.04,
ubuntu-latest,
ubuntu-20.04,
macos-latest,
macos-12,
macos-11,
windows-latest,
windows-2022,
macos-10.15,
windows-2019,
]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 5e72e73

Please sign in to comment.