Skip to content

Commit

Permalink
ci: Test also on Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
skangas authored and gauteh committed Dec 3, 2023
1 parent 12ee96d commit 09ace74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ google-api-python-client
google_auth_oauthlib
tqdm
notmuch2
setuptools

0 comments on commit 09ace74

Please sign in to comment.