Skip to content

Fix for Python3.14 PKGBLD AUR#61

Open
Drewlius wants to merge 3 commits into
xinntao:masterfrom
Drewlius:master
Open

Fix for Python3.14 PKGBLD AUR#61
Drewlius wants to merge 3 commits into
xinntao:masterfrom
Drewlius:master

Conversation

@Drewlius
Copy link
Copy Markdown

@Drewlius Drewlius commented Apr 5, 2026

fix for users with python 3.14 using PKGBLD acquiring repo from the AUR

Drewlius added 3 commits April 5, 2026 15:18
fix for users with python 3.14 using PKGBLD acquiring repo from the AUR
fixed typo
Copy link
Copy Markdown
Author

@Drewlius Drewlius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed typo sorry

Comment thread setup.py Outdated
exec(compile(f.read(), version_file, 'exec'))
return locals()['__version__']
exec(compile(f.read(), version_ns))
return versioin_ns['__version__']
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was not dilligent enough when creating this change to setup.py and included a typo. this will be fixed as soon as i can get to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant