Skip to content

Commit 87b91e9

Browse files
authored
Fix: uvloop crash
1 parent 17cac08 commit 87b91e9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.14
1+
3.13

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.14-slim
1+
FROM python:3.13-slim
22

33
ENV PYTHONUNBUFFERED=1 \
44
PYTHONDONTWRITEBYTECODE=1

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</p>
99

1010
<p align="center">
11-
<a href="https://www.python.org/"><img src="https://img.shields.io/badge/python-3.14%2B-blue?style=for-the-badge&logo=python" alt="Python Version"></a>
11+
<a href="https://www.python.org/"><img src="https://img.shields.io/badge/python-3.13%2B-blue?style=for-the-badge&logo=python" alt="Python Version"></a>
1212
<a href="https://github.com/Mayuri-Chan/pyrofork"><img src="https://img.shields.io/badge/Pyrofork-red?style=for-the-badge" alt="Pyrofork"></a>
1313
<a href="LICENSE"><img src="https://img.shields.io/github/license/fyaz05/FileToLink?style=for-the-badge&color=green" alt="License"></a>
1414
<a href="https://t.me/Thunder_Updates"><img src="https://img.shields.io/badge/Telegram-Channel-blue?style=for-the-badge&logo=telegram" alt="Telegram Channel"></a>
@@ -284,7 +284,7 @@ This section covers the complete setup process for deploying Thunder, from prere
284284

285285
| Requirement | Description | Source |
286286
| :--- | :--- | :--- |
287-
| Python 3.14 | Programming language | [python.org](https://python.org) |
287+
| Python 3.13 | Programming language | [python.org](https://python.org) |
288288
| MongoDB | Database | [mongodb.com](https://mongodb.com) |
289289
| Telegram API | API credentials | [my.telegram.org](https://my.telegram.org/apps) |
290290
| Bot Token | From @BotFather | [@BotFather](https://t.me/BotFather) |

0 commit comments

Comments
 (0)