Skip to content

Commit 687f2a8

Browse files
committed
chore: migrate from Python 3.10 to 3.12
1 parent 5e744cb commit 687f2a8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/devcontainers/python:1-3.10-bullseye
1+
FROM mcr.microsoft.com/devcontainers/python:1-3.12-bullseye
22

33
ENV PYTHONUNBUFFERED 1
44

.github/workflows/ferry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
timeout-minutes: 40
1717
strategy:
1818
matrix:
19-
python-version: ["3.10"]
19+
python-version: ["3.12"]
2020
steps:
2121
- uses: actions/checkout@v4
2222

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name = "ferry"
55
version = "1.0"
66
description = "A crawler for Yale courses and evaluation data. Integrates with CourseTable."
7-
requires-python = ">=3.10"
7+
requires-python = ">=3.12"
88
dependencies = [
99
"beautifulsoup4==4.12.3",
1010
"sentry-sdk==2.18.0",

0 commit comments

Comments
 (0)