Skip to content

Commit

Permalink
MNT run tests on python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdoc committed Sep 1, 2024
1 parent b599e26 commit 43d6fc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
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"]
max-parallel: 5

steps:
Expand Down Expand Up @@ -52,4 +52,4 @@ jobs:
env_vars: OS,PYTHON
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
verbose: false
verbose: false

0 comments on commit 43d6fc1

Please sign in to comment.