Skip to content

Commit 8d9a432

Browse files
python3.9 version mapping.
1 parent e76df77 commit 8d9a432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonanywhere/api/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import requests
44

55
PYTHON_VERSIONS = {
6-
"3.6": "python36", "3.7": "python37", "3.8": "python38",
6+
"3.6": "python36", "3.7": "python37", "3.8": "python38", "3.9": "python39",
77
}
88

99

0 commit comments

Comments
 (0)