Skip to content

Commit

Permalink
Merge pull request #128 from Jammy2211/feature/python311
Browse files Browse the repository at this point in the history
build serve supports python311
  • Loading branch information
Jammy2211 authored Oct 16, 2023
2 parents df1e8f6 + a2e9d51 commit 9ef5502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, '3.10']
python-version: [3.8, 3.9, '3.10', '3.11']
steps:
- name: Checkout PyAutoConf
uses: actions/checkout@v2
Expand Down

0 comments on commit 9ef5502

Please sign in to comment.