Skip to content

Commit

Permalink
Compatibility 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rrjbca committed Sep 8, 2024
1 parent 77495db commit 4e80c5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python: ['3.11']
toxenv: [py311-test, py311-test-dev]
python: [3.9]
toxenv: [py39-test, py39-test-dev]
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 4e80c5f

Please sign in to comment.