Skip to content

Commit

Permalink
Tests - Add Python 3.11 and 3.12
Browse files Browse the repository at this point in the history
Developing this locally with 3.12, which hopefully indicates that this
should pass for 3.11 too.
  • Loading branch information
jomey committed Sep 23, 2024
1 parent bffc0b3 commit 0695ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9, '3.10']
python-version: [3.8, 3.9, '3.10', 3.11, 3.12]

services:

Expand Down

0 comments on commit 0695ad1

Please sign in to comment.