We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1a8f4c commit dde80acCopy full SHA for dde80ac
.github/workflows/release.yml
@@ -124,7 +124,7 @@ jobs:
124
- name: Set up python
125
uses: actions/setup-python@v2
126
with:
127
- python-version: 3.8
+ python-version: 3.9
128
129
- name: Install setuptools
130
run: python -m pip install --upgrade setuptools wheel twine
requirements.txt
@@ -1,2 +1,2 @@
1
casbin>=0.8.4
2
-psycopg2-binary>=2.8.6<=2.9.3
+psycopg2-binary>=2.8.6
0 commit comments