Skip to content

Commit

Permalink
Use 3.11 in auto gen (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewFlamm authored Jun 5, 2023
1 parent b46959a commit a17e77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automatic_generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
if: needs.generate_package.outputs.need_to_release == 'true'
strategy:
matrix:
python-version: ['3.10']
python-version: ['3.10', '3.11']
steps:
- name: checkout repo content
uses: actions/checkout@v2
Expand Down

0 comments on commit a17e77b

Please sign in to comment.