Update Python version to 3.13
- Changed Python version in workflow config - Updated local Python version file - Switched Docker base image to 3.13
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
||||
- uses: actions/checkout@v4.2.2
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.12.4'
|
||||
python-version: '3.13'
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install uv
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
3.12.4
|
||||
3.13
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
# We use the official Python 3.13 image as our base image and will add our code to it. For more details, see https://hub.docker.com/_/python
|
||||
FROM python:3.12.4-slim
|
||||
FROM python:3.13-slim
|
||||
|
||||
# We set the working directory to be the /home/speckle directory; all of our files will be copied here.
|
||||
WORKDIR /home/speckle
|
||||
|
||||
Reference in New Issue
Block a user