Skip to content

Commit dde80ac

Browse files
committed
fix: fix CI's python version and requirements.txt
1 parent a1a8f4c commit dde80ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
- name: Set up python
125125
uses: actions/setup-python@v2
126126
with:
127-
python-version: 3.8
127+
python-version: 3.9
128128

129129
- name: Install setuptools
130130
run: python -m pip install --upgrade setuptools wheel twine

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
casbin>=0.8.4
2-
psycopg2-binary>=2.8.6<=2.9.3
2+
psycopg2-binary>=2.8.6

0 commit comments

Comments
 (0)