Skip to content

Commit

Permalink
Merge pull request #4 from MikeMoore63/feat/upgradeciaddosxarm64
Browse files Browse the repository at this point in the history
feat: handle deprecation of distutils in python 3.12
  • Loading branch information
MikeMoore63 authored Jul 18, 2024
2 parents c614a82 + 1160721 commit 6038b63
Show file tree
Hide file tree
Showing 2 changed files with 2 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 = pyrustaudit
version = 0.0.5
version = 0.0.6
author = Mike Moore
author_email = z_z_zebra@yahoo.com
license = MIT
Expand Down
2 changes: 1 addition & 1 deletion src/pyrustaudit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
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 6038b63

Please sign in to comment.