-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 🚇🧪 Add tests for python 3.10 * ⬆️ Raised max supported python version to <3.11 * ⬆️ Unpin setuptools Using an old version of setuptools caused a lot of import errors in python 3.10 Pinning the version of setuptools goes back to the time when we still had c-extensions, so it is save to unpin it * 🚧📚 Added change to changelog
- Loading branch information
Showing
6 changed files
with
25 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,23 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: pip | ||
directory: "/" | ||
schedule: | ||
interval: weekly | ||
day: friday | ||
time: "18:00" | ||
timezone: Europe/Amsterdam | ||
open-pull-requests-limit: 20 | ||
reviewers: | ||
- jsnel | ||
assignees: | ||
- jsnel | ||
ignore: | ||
- dependency-name: setuptools | ||
versions: | ||
- "> 41.2" | ||
- package-ecosystem: pip | ||
directory: "/" | ||
schedule: | ||
interval: weekly | ||
day: friday | ||
time: "18:00" | ||
timezone: Europe/Amsterdam | ||
open-pull-requests-limit: 20 | ||
reviewers: | ||
- jsnel | ||
assignees: | ||
- jsnel | ||
|
||
# Maintain dependencies for GitHub Actions | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
day: friday | ||
time: "18:00" | ||
timezone: Europe/Amsterdam | ||
# Maintain dependencies for GitHub Actions | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
day: friday | ||
time: "18:00" | ||
timezone: Europe/Amsterdam |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters