Skip to content

Commit

Permalink
Use python 3.13 for all environments
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvadm committed Jan 13, 2025
1 parent 6e8eddf commit 04d04c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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.8", "3.12"]
python-version: ["3.13"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down
1 change: 0 additions & 1 deletion .python-version

This file was deleted.

2 changes: 2 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[build]
environment = { PYTHON_VERSION = "3.13" }

0 comments on commit 04d04c7

Please sign in to comment.