Skip to content

Commit

Permalink
Fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
BattlefieldDuck committed Feb 3, 2025
1 parent 15bd932 commit bb1fb0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ on:
jobs:
build:

runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
aiohttp==3.10.11
aiohttp==3.11.11
backports.zoneinfo==0.2.1;python_version<"3.9"
discord.py==2.4.0
flask[async]==3.0.3
flask[async]==3.1.0
gunicorn==23.0.0
opengsq==3.2.0
psycopg2-binary==2.9.10
Expand Down

0 comments on commit bb1fb0d

Please sign in to comment.