Skip to content

Commit

Permalink
Update .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
peterschutt committed Oct 20, 2023
1 parent 227a780 commit 7329c03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: "3.8"
python-version: "3.12"
allow-prereleases: true

- name: Install Pre-Commit
Expand Down
4 changes: 3 additions & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ Contribution guide
Setting up the environment
--------------------------

.. tip:: We strongly encourage setting up your environment to use the lowest version of Python that is supported by
.. tip:: Choosing your Python version.

We strongly encourage setting up your environment to use the lowest version of Python that is supported by
Litestar. This will ensure that the changes you made are backward compatible and will not fail in CI. This will also
ensure that when you run type checkers locally, you will get the same results as CI. Doing this will save you time!

Expand Down

0 comments on commit 7329c03

Please sign in to comment.