Skip to content

Commit

Permalink
Update python version
Browse files Browse the repository at this point in the history
  • Loading branch information
c-st committed Jun 12, 2024
1 parent 2e5d24f commit f937c38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: "Set up Python"
uses: actions/setup-python@v5.0.0
with:
python-version: "3.10"
python-version: "3.12"
cache: "pip"

- name: "Install requirements"
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Pull requests are the best way to propose changes to the codebase.
1. Fork the repo and create your branch from `main`.
2. If you've changed something, update the documentation.
3. Make sure your code lints (using `scripts/lint`).
4. Test you contribution.
5. Issue that pull request!
4. Test your contribution.
5. Create that pull request!

## Any contributions you make will be under the MIT Software License

Expand Down

0 comments on commit f937c38

Please sign in to comment.