Skip to content

Commit

Permalink
Release Python 3.13 (#1036)
Browse files Browse the repository at this point in the history
Updated release CD workflow for Python 3.13
  • Loading branch information
jesper-friis authored Dec 14, 2024
1 parent d1ce254 commit f229cd2
Showing 1 changed file with 5 additions and 29 deletions.
34 changes: 5 additions & 29 deletions .github/workflows/cd_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,55 +80,31 @@ jobs:
- os: ubuntu-20.04
system_type: ["manylinux", "_2_34"]
arch: x86_64
py_minors: 8,9,10,11,12
#- os: ubuntu-20.04
# system_type: ["manylinux", "2014"]
# arch: x86_64
# py_minors: 8,9,10,11,12
#- os: ubuntu-20.04
# system_type: ["manylinux", "2010"]
# arch: x86_64
# py_minors: 8,9
#- os: ubuntu-20.04
# system_type: ["manylinux", "_2_28"]
# arch: x86_64
# py_minors: 8,9,10,11,12
py_minors: 8,9,10,11,12,13

# 64-bit musllinux
- os: ubuntu-20.04
system_type: ["musllinux", "_1_2"]
arch: x86_64
py_minors: 8,9,10,11
#- os: ubuntu-20.04
# system_type: ["musllinux", "_1_1"]
# arch: x86_64
# py_minors: 8,9,10,11
py_minors: 8,9,10,11,12,13

# 32-bit manylinux
- os: ubuntu-20.04
system_type: ["manylinux", "2014"]
arch: i686
py_minors: 10,11
#- os: ubuntu-20.04
# system_type: ["manylinux", "2014"]
# arch: i686
# py_minors: 8,9,10,11
#- os: ubuntu-20.04
# system_type: ["manylinux", "2010"]
# arch: i686
# py_minors: 8,9
py_minors: 10,11,12,13

# 32-bit musllinux
- os: ubuntu-20.04
system_type: ["musllinux", "_1_2"]
arch: i686
py_minors: 8,9,10,11
py_minors: 9,10,11

# 64-bit Windows
- os: windows-2019
system_type: ["win", ""]
arch: amd64
py_minors: '8,9,10,11,12'
py_minors: '8,9,10,11,12,13'

# 32-bit Windows

Expand Down

0 comments on commit f229cd2

Please sign in to comment.