-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add support for Python 3.10 #67
Comments
Another related problem here is that we have hard-coded requirement for @frankenjoe is there a possibility to make a bug fix release of |
We introduced the
line in #27, but I think it was an error/leftover as we fixed an issue there occuring with newer version of |
Now that we no longer use the maven-like file structure in |
If this is possible without much work, ok, but otherwise I would be in favor of a simple bug fix release to make |
The problem is that we cannot easily release a new version from the current master, as this changes the file structure we store files on Artifactory. |
OK, I was afraid of this already ;) But I think there is still a way. We can go back in time of the commit history before you did the changes, apply the |
Or maybe we remove the new changes from |
Or we wait until we have a new release of |
I would still prefer to first do a small bug fix release. The question is how far do we need to go back in time for making the bug fix release:
Should we go directly to 366cb20 to be on the safe side? |
I guess so |
Done in #66 As said I did now reqrite the history of |
The corresponding pull request (#66) is failing due to an error related with Artifactory and
Pathlib
which is most likely related to audeering/audfactory#38The text was updated successfully, but these errors were encountered: