Skip to content

Commit

Permalink
use python 3.11 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xnetcat committed Dec 1, 2023
1 parent db66061 commit 9578ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
max-parallel: 4
matrix:
platform: [ ubuntu-latest, macos-latest, windows-latest ]
python-version: [ "3.8", "3.12" ]
python-version: [ "3.8", "3.11" ]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9578ad3

Please sign in to comment.