Skip to content

Commit

Permalink
fix: trigger python3.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinit Kumar committed May 10, 2024
1 parent d7ffeed commit faf456a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
fail-fast: false
matrix:
python-version: [3.8, 3.9, pypy-3.8, pypy-3.9, pypy-3.10, '3.10', '3.11' , '3.12.0', '3.13']
allow-prereleases: true
os: [
ubuntu-latest,
windows-latest,
Expand All @@ -26,6 +25,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit faf456a

Please sign in to comment.