Skip to content

Commit

Permalink
check if 3.12-dev tests work again
Browse files Browse the repository at this point in the history
  • Loading branch information
hannob committed Jul 31, 2023
1 parent 4c5a9b5 commit d5eaf9e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/runtests.yml
Expand Up @@ -9,9 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# disabling 3.12-dev until pylint is fixed:
# https://github.com/pylint-dev/pylint/issues/8588
python-version: [3.7, 3.x]
python-version: [3.7, 3.x, 3.12-dev]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit d5eaf9e

Please sign in to comment.