Skip to content
This repository has been archived by the owner on Dec 29, 2019. It is now read-only.

Commit

Permalink
Migrate from Python to PyPy using Heroku buildpack
Browse files Browse the repository at this point in the history
  • Loading branch information
MaanuelMM committed Dec 28, 2019
1 parent 28c2208 commit 08c00c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: python3 bot.py
web: pypy3 bot.py
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.8.1
pypy3.6-7.2.0

1 comment on commit 08c00c7

@MaanuelMM
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was planning on using my own Docker image due to the outdated PyPy version on Heroku own buildpack until five days ago.

However, I'll continue investigating to see if I decide to replace it to have more control over the implementation or leave it as it is.

Please sign in to comment.