Skip to content

Commit

Permalink
ci: Add comment for pika not supporting 3.12 without warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Sep 6, 2024
1 parent aad3066 commit 7d24a5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# https://github.com/pika/pika/issues/1479
python-version: ['3.10', '3.11'] # '3.12'
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7d24a5d

Please sign in to comment.