Skip to content

Commit

Permalink
remove 3.6 support and add 3.10 support
Browse files Browse the repository at this point in the history
add automated dependency updates
  • Loading branch information
pksol committed Dec 30, 2021
1 parent b984d52 commit 7379021
Show file tree
Hide file tree
Showing 5 changed files with 316 additions and 310 deletions.
27 changes: 27 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Configuration: https://dependabot.com/docs/config-file/
# Docs: https://docs.github.com/en/github/administering-a-repository/keeping-your-dependencies-updated-automatically

version: 2

updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-type: "all"
commit-message:
prefix: ":arrow_up:"
assignees:
- "pksol"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-type: "all"
commit-message:
prefix: ":arrow_up:"
assignees:
- "pksol"
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9"]
python-version: ["3.7", "3.8", "3.9", "3.10"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion cookiecutter-config-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ default_context:
project_description: "A pytest fixture wrapper for https://pypi.org/project/mock-generator"
organization: "Peter Kogan"
license: "MIT"
minimal_python_version: 3.6
minimal_python_version: 3.7
github_name: "pksol"
email: "[email protected]"
version: "0.1.0"
Expand Down
Loading

0 comments on commit 7379021

Please sign in to comment.