Skip to content

Commit

Permalink
Merge pull request #456 from aurelio-labs/james/py312
Browse files Browse the repository at this point in the history
feat: add test for 3.12 and remove 3.9
  • Loading branch information
jamescalam authored Oct 28, 2024
2 parents 0874205 + 5876147 commit 5603bac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ jobs:
strategy:
matrix:
python-version:
- "3.9"
- "3.10"
- "3.11"
# - "3.12"
- "3.12"
steps:
- uses: actions/checkout@v4
- name: Cache Poetry
Expand Down

0 comments on commit 5603bac

Please sign in to comment.