Skip to content

Commit

Permalink
added 3.12 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJecksMan committed Sep 11, 2023
1 parent bfd792e commit 0ca84ff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12.0-rc.2"]

steps:
- uses: actions/checkout@v3
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ on:

jobs:
build:
runs-on: ubuntu-latest
strategy:
runs-on: ubuntu-latest
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12.0-rc.2"]

steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
redis[hiredis]>=4.6.0
redis[hiredis]>=5.0.0
itsdangerous>=2.1.2
orjson>=3.9.0
starlette>=0.27.0
Expand Down

0 comments on commit 0ca84ff

Please sign in to comment.