We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e744cb commit 687f2a8Copy full SHA for 687f2a8
.devcontainer/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM mcr.microsoft.com/devcontainers/python:1-3.10-bullseye
+FROM mcr.microsoft.com/devcontainers/python:1-3.12-bullseye
2
3
ENV PYTHONUNBUFFERED 1
4
.github/workflows/ferry.yml
@@ -16,7 +16,7 @@ jobs:
16
timeout-minutes: 40
17
strategy:
18
matrix:
19
- python-version: ["3.10"]
+ python-version: ["3.12"]
20
steps:
21
- uses: actions/checkout@v4
22
pyproject.toml
@@ -4,7 +4,7 @@
name = "ferry"
5
version = "1.0"
6
description = "A crawler for Yale courses and evaluation data. Integrates with CourseTable."
7
-requires-python = ">=3.10"
+requires-python = ">=3.12"
8
dependencies = [
9
"beautifulsoup4==4.12.3",
10
"sentry-sdk==2.18.0",
0 commit comments