I can't speak for the maintainers, but the Pylons Projects have been 
standardizing onto Github Actions so there is appeal.  IIRC, support for 
projects has also been targeting 3.7+.

But as a personal preference, while I don't use this library myself, 
whenever I move a project onto GitHub actions I initially maintain support 
for 2.7 and 3.6 then drop those versions in a second commit. The reason is 
that many people still run 2.7/3.6 in production, so if a security fix is 
released for those versions the fix can be applied to a commit with a 
functional test environment.  I find it much easier to just spend an extra 
5-10 minutes setting up that environment in advance "just in case" while 
I'm already working on GitHub Actions, than spending 1-2 hours to suddenly 
re-familiarize myself with the CI environment/setup and trying to jam 
legacy Python support into it.

On Saturday, December 17, 2022 at 9:33:40 PM UTC-5 p...@thirdfloor.com.au 
wrote:

> Hi,
>
> I’ve been a user of Hypatia for a fair while now and have an additional 
> index type I’m just cleaning up at the moment to propose in a pull request 
> - it’s a spatial index based on a port of RBush (
> https://github.com/mourner/rbush) from JavaScript. As part of this I’ve 
> been testing with all supported Python 3 versions and 3.12 alpha versions 
> as I’d like to be able to take advantage of some of the Python 3 additions 
> and the code it is used in is only Python 3. I’ve also made some changes to 
> allow for running the tox tests via GitHub actions rather than using Travis 
> CI - it’s a little simpler with one less moving part and I’ve had recent 
> experience with Actions (
> https://github.com/pfw/hypatia/actions/runs/3722816192) which might be 
> useful. I’d like to get the docs building and published as well.
>
> How would people feel about dropping support for anything below 3.7? Given 
> there is a now a 0.4 version that is on PyPI I don’t think there is much 
> loss if future additions only work on Python3.
>
> Is there any appeal in using GitHub Actions for the tests?
>
> Regards,
> Peter Wilkinson
>
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pylons-discuss+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pylons-discuss/3464d329-6d19-4f9a-b323-78005e574ab3n%40googlegroups.com.

Reply via email to