Skip to content

Commit

Permalink
Update to supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
n8felton committed Jan 4, 2024
1 parent be31ada commit 80b1abb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Tests

env:
PYTEST_VERSION: 7.1.3
PYTEST_VERSION: 7.4.4

on:
push:
Expand All @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python_version: ["3.7", "3.8", "3.9", "3.10"]
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 80b1abb

Please sign in to comment.