Skip to content

Commit df7c2aa

Browse files
authored
Merge pull request #63 from P403n1x87/fix/312-metadata
fix: metadata for Python 3.12
2 parents c3c522c + ed7a2d3 commit df7c2aa

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/cibw_before_all.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
. scripts/build_libunwind.sh
44

5+
sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*
6+
sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*
7+
58
# Install xz
69
yum makecache
710
yum install -y gettext-devel

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ classifiers = [
1919
"Programming Language :: Python :: 3.9",
2020
"Programming Language :: Python :: 3.10",
2121
"Programming Language :: Python :: 3.11",
22+
"Programming Language :: Python :: 3.12",
2223
]
2324

2425
requires-python = ">=3.8"

0 commit comments

Comments
 (0)