Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] setup.py: Replace use of imp module #6680

Merged
merged 1 commit into from
Dec 22, 2023

Conversation

ales-erjavec
Copy link
Contributor

Issue

imp module was deprecated and removed in Python 3.12. This means that installing from a sdist package fails on Python 3.12+.

Description of changes

Replace use of imp module

Includes
  • Code changes
  • Tests
  • Documentation

Copy link

codecov bot commented Dec 22, 2023

Codecov Report

Merging #6680 (2b1558a) into master (dcd7f72) will increase coverage by 0.00%.
Report is 2 commits behind head on master.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6680   +/-   ##
=======================================
  Coverage   88.08%   88.09%           
=======================================
  Files         322      322           
  Lines       70106    70100    -6     
=======================================
- Hits        61755    61752    -3     
+ Misses       8351     8348    -3     

@PrimozGodec PrimozGodec merged commit 7b68883 into biolab:master Dec 22, 2023
25 of 27 checks passed
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.

2 participants