Skip to content

Commit

Permalink
Merge pull request #16 from MikeMoore63/feat/arm64
Browse files Browse the repository at this point in the history
feat: handle distutils deprecation in python 3.12 sysconfig has exist…
  • Loading branch information
MikeMoore63 authored Jul 18, 2024
2 parents 29bbcbf + e2fc5f0 commit a4f3ed4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pygobuildinfo
version = 0.1.18
version = 0.1.19
author = Mike Moore
author_email = z_z_zebra@yahoo.com
license = MIT
Expand Down
4 changes: 3 additions & 1 deletion src/pygobuildinfo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
import ctypes
import json
import os
from distutils.sysconfig import get_config_var

from sysconfig import get_config_var

from pathlib import Path


Expand Down

0 comments on commit a4f3ed4

Please sign in to comment.