16 Commits
Author SHA1 Message Date
Enrico Minack a91debf19e Make CI support merge queue (#2644) 2023-08-28 15:51:35 +02:00
Enrico Minack 9a88b6b147 Run CI on release branches (#2708) 2023-08-28 15:11:43 +02:00
Jirka Borovec 3c880e7669 CI: Build and check package before release (#2593) 2023-07-07 09:01:45 -04:00
Christian ClaussandEnrico Minack 2e5cd31e69 CI: Update action actions/setup-python (#2382)
Co-authored-by: Enrico Minack <github@enrico.minack.dev>
2023-07-04 13:23:27 +02:00
Enrico MinackandJirka Borovec 5c6008948a Test on Windows and macOS, don't fail fast (#2590)
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2023-07-04 08:22:24 +02:00
Enrico Minack e66c163a96 Move to main default branch (#2566) 2023-06-23 04:46:37 +08:00
Trim21 52fc107735 [CI] Moving linting into separate workflow (#2522) 2023-06-14 21:26:49 +02:00
dependabot[bot]anddependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 300c5015d4 Bump actions/checkout from 2 to 3.1.0 (#2327)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-05 13:26:26 +08:00
Enrico Minack e414c3227b Move CI to Python 3.11 release and 3.12 dev (#2434) 2023-02-23 21:52:10 +08:00
Liuyang Wan b7daaf1980 Add release drafter and pubilsh on tag creation (#2428) 2023-02-19 17:51:21 +08:00
Hugo van Kemenade 1e2f10dcb2 Add support for Python 3.11, drop EOL 3.6 (#2332) 2022-10-25 10:51:28 +08:00
Steve Kowalik aa694f8edc Add support for Python 3.10 (#2073)
Now that Python 3.10 has been released, we should test it in CI.
2021-10-13 15:34:01 +11:00
dependabot[bot]anddependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> aa90effb81 Bump codecov/codecov-action from 1 to 2.1.0 (#2058)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 2.1.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v1...v2.1.0)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-12 16:05:42 +11:00
Steve Kowalik 63e4fae997 Drop support for Python 3.5 (#1770)
In preperation for starting to use 3.6+ only features, stop testing
Python 3.5 in our CI, and bump our minimum required version.
2020-12-02 14:47:45 +11:00
Steve Kowalik 1bb18ab52e Add support for Python 3.9 (#1735)
With Python 3.9 released, we should support it. A later commit will
remove support for Python 3.5.
2020-11-03 16:39:06 +11:00
Liuyang Wan 416f2d0f2e Various Github Action improvement (#1610) 2020-07-27 12:15:38 +08:00