We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3c522c + ed7a2d3 commit df7c2aaCopy full SHA for df7c2aa
.github/workflows/cibw_before_all.sh
@@ -2,6 +2,9 @@
2
3
. scripts/build_libunwind.sh
4
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
+
8
# Install xz
9
yum makecache
10
yum install -y gettext-devel
pyproject.toml
@@ -19,6 +19,7 @@ classifiers = [
19
"Programming Language :: Python :: 3.9",
20
"Programming Language :: Python :: 3.10",
21
"Programming Language :: Python :: 3.11",
22
+ "Programming Language :: Python :: 3.12",
23
]
24
25
requires-python = ">=3.8"
0 commit comments