Skip to content

Commit

Permalink
bump to Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Apr 21, 2024
1 parent 5d6e7d8 commit 2273ee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
include:
# linux-64
- os: ubuntu-latest
python: 37
python: 38
platform_id: manylinux_x86_64
# macosx_universal2
- os: macos-14
python: 39
platform_id: macosx_universal2
# win-64
- os: windows-2019
python: 37
python: 38
platform_id: win_amd64
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2273ee4

Please sign in to comment.