Skip to content

Commit

Permalink
Merge pull request #623 from cclauss/patch-2
Browse files Browse the repository at this point in the history
Test on the production release of Python 3.11
  • Loading branch information
takluyver committed Jan 24, 2023
2 parents 786ff46 + b037950 commit 9bca115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
platform: ["ubuntu-latest", "windows-latest"]
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11-dev" ]
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" , "3.12-dev" ]
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 9bca115

Please sign in to comment.