Skip to content

Commit 993bcb5

Browse files
committed
Core: Add support and testing for python 3.14, and removing 3.10
1 parent ab4053f commit 993bcb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
strategy:
4545
matrix:
46-
python-version: ["3.10", "3.11", "3.12", "3.13"]
46+
python-version: ["3.11", "3.12", "3.13", "3.14"]
4747

4848
steps:
4949
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ packages = [
2525
platinumshrimp = "bot:main"
2626

2727
[tool.poetry.dependencies]
28-
python = "^3.10,<3.14"
28+
python = "^3.11,<3.15"
2929
python-dateutil = "^2.9.0"
3030
requests = "^2.32.3"
3131
feedparser = "^6.0.11"

0 commit comments

Comments
 (0)