Commit graph

17 commits

Author SHA1 Message Date
Alyssa Coghlan
0d2a7d056e
Avoid duplicate testing in PRs 2024-07-25 12:57:40 +10:00
Alyssa Coghlan
8fe4d73971
Fix typechecking with recent mypy releases (#59)
* sync with latest typeshed stub file (closes #54)
* publish `dev/mypy.allowlist` in sdist (closes #53)
* drop Python 3.7 support due to positional-only arg
  syntax in the updated stub file
2024-05-23 00:26:48 +10:00
Alyssa Coghlan
7b862aaa80
Update supported versions (#58)
* Add Python 3.11 and 3.12 to CI (adjusting affected test cases)
* Add Python 3.11 and 3.12 to package metadata
* Drop Python 3.6 from package metadata

Note: typechecking is still disabled in CI for now

Closes #56
2024-05-22 21:59:53 +10:00
Nick Coghlan
c127f51df1 Also fix GitHub config 2024-05-22 20:23:08 +10:00
Hugo van Kemenade
26ad9aef80
Test Python 3.10 final 2021-11-10 22:59:22 +02:00
Hugo van Kemenade
d63f68b104 CI: Replace deprecated pypy3 with pypy-3.8
pypy3 is deprecated and is not available in newer images:
https://github.com/actions/setup-python/issues/244#issuecomment-925966022

Instead explicitly specify the version:
https://github.com/actions/setup-python#specifying-a-pypy-version

Committed via https://github.com/asottile/all-repos
2021-11-10 22:14:24 +02:00
Nick Coghlan
cef92f49f9 Accept 3.10 beta for testing 2021-06-26 15:47:45 +10:00
Nick Coghlan
dbcddef29f Ensure '3.10' is parsed correctly in YAML 2021-06-26 15:43:50 +10:00
Nick Coghlan
093bc69490 Fix versions in GitHub Actions 2021-06-26 15:42:03 +10:00
Jannis Leidel
4a2baeceab
Cache pip 2020-11-23 16:38:15 +01:00
Jannis Leidel
cd80f6860d
Run tox in verbose mode 2020-11-23 16:26:48 +01:00
Jannis Leidel
72bde0ee1d
No 3.4 2020-11-23 16:25:24 +01:00
Jannis Leidel
70cba0264a
Use Codecov instead of coveralls. 2020-11-23 16:21:54 +01:00
Jannis Leidel
78ec3a1f4b
Debugging errors.. 2020-11-23 15:05:27 +01:00
Jannis Leidel
f8a3439209
Limit parallel runs. 2020-11-23 15:01:42 +01:00
Jannis Leidel
7eb119a73e
Remove cruft. 2020-11-23 14:59:47 +01:00
Jannis Leidel
bf72a830c2
Add test workflow. 2020-11-23 14:55:13 +01:00