Skip to content

Commit

Permalink
Bump pyfrpc for 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
sk-zk committed May 24, 2024
1 parent 88526e9 commit 7ace8f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,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"]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requests~=2.28.1
pytest~=7.2.1
pytest-asyncio~=0.21.1
protobuf~=4.21.9
pyfrpc~=0.2.7
pyfrpc~=0.2.10
scipy~=1.9.1
aiohttp~=3.8.3
pycryptodome~=3.15.0
Expand Down

0 comments on commit 7ace8f6

Please sign in to comment.