Skip to content

Commit 6d4f4e3

Browse files
authored
CI: add Python 3.11 and 3.12 (#12)
* Remove unused import * Add subdomain endpoint * Improve README * CI: add Python 3.11 and 3.12
1 parent 1f323ce commit 6d4f4e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
python-version: ["3.7", "3.8", "3.9", "3.10"]
9+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
1010
poetry-version: ["1.4.0"]
1111
os: [ubuntu-latest, macos-latest, windows-latest]
1212
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)