Skip to content

Commit f061fff

Browse files
committed
Update Python, move to new Heroku format
runtime.txt is deprecated. https://devcenter.heroku.com/articles/python-runtimes
1 parent 3bea8f4 commit f061fff

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.14.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "1.0.0"
44
description = "A web interface for parsing microformats using mf2py"
55
readme = "README.md"
66
license = "CC0-1.0"
7-
requires-python = "==3.9.14"
7+
requires-python = "==3.14.2"
88
dependencies = [
99
"flask==2.2.2",
1010
"gunicorn==20.1.0",

runtime.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)