Commit Graph

10 Commits

Author SHA1 Message Date
Mahmoud Hashemi df92fa4f0e set the shell to make windows ci happy maybe 2024-11-01 20:25:48 -07:00
Rafael Fontenelle d6fb9863e4 Update variable output command in tests.yaml 2024-11-01 20:19:28 -07:00
Hugo van Kemenade 0191550807 Bump GitHub Actions 2024-03-31 13:37:54 -07:00
Hugo van Kemenade a8fad5e5de Drop support for EOL Python 2.6 and 2.7 2024-03-31 13:37:54 -07:00
Wu Tingfeng 8191b0ff3c
Add support for Python 3.12 (#361) 2024-01-14 23:50:50 -08:00
Mahmoud Hashemi 4815fc8dd1
Test and fix for #348 (#349)
* test and fix for #348

* quick fix for py27 ci

* another shot at a quick py27 ci fix

* caching doesn't work oob in containers, another 2.7 ci fix

* Also test LRI overwriting

Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>

---------

Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
2023-10-29 21:31:16 -07:00
Mahmoud Hashemi 895f7c49e2
Add Python 3.11 to docs/build matrix. (#327)
* fix py311 test #326, add 3.11 to the local and CI test matrix, and update some references

(had to rebase 🙄 )
2023-02-19 21:13:43 -08:00
Mahmoud Hashemi d35693e875
Refresh CI matrix (#320)
* add py3.10 to gha and tox
* drop pypy2 from tox/gha
* drop 3.6 from gha
2022-12-08 01:28:02 -08:00
Mahmoud Hashemi 05db15d78d
add py3.9 to gh action matrix (#287) 2021-05-16 14:33:13 -07:00
Mahmoud Hashemi 8e1526e8a5
Tox GH Action (#286)
* first shot at some gh actions

* skip 3.9 for now

* try windows 3.7

* try an older windows

* drop travis for now (and probably ever)

* fix pypy alias

* wip a better approach for multicharacter newlines perhaps

* better test and doc for windows

* let's get some more output

* more output

* here we go with some detachment

* account for different OS lineseps

* out with the prev

* out with the prints

* clearer and more friendly atomic_save doctest

* faster ci with pip caching

* fix gh action yaml

* remove appveyor

* bit of comment cleanup

* bring windows ci in line with linux and mac
2021-05-15 00:08:53 -07:00