Skip to content

Commit

Permalink
Drop python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
trickeydan committed Nov 29, 2023
1 parent fb9422d commit d0e35b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python: ["3.9", "3.10", "3.11", "3.12"]
python: [ "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python }}
Expand Down
2 changes: 1 addition & 1 deletion kmibot/modules/ferry/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ async def handle_emoji(self, reaction: discord.Reaction, user: discord.User) ->
extra_messages=[
"Unfortunately, due to fraud, let's try that again...",
"",
]
],
)
return

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ignore = [
]

[tool.mypy]
python_version = "3.9"
python_version = "3.10"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit d0e35b2

Please sign in to comment.