Skip to content

Commit

Permalink
Try higher Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneVoss committed Jan 5, 2024
1 parent ed4b7c2 commit b34293d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
strategy:
matrix:
# Add multiple Python versions here to run tests on new(er) versions.
python-version: ["3.8"]
python-version: ["3.10"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit b34293d

Please sign in to comment.