File tree 3 files changed +11
-9
lines changed
3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 11
11
strategy :
12
12
fail-fast : false
13
13
matrix :
14
- python-version : [ "3.9 ", "3.10 ", "3.11 " ]
14
+ python-version : [ "3.10 ", "3.11 ", "3.12 " ]
15
15
os : [ ubuntu-latest, macOS-latest, windows-latest]
16
16
17
17
steps :
79
79
- name : Set up Python
80
80
uses : actions/setup-python@v2
81
81
with :
82
- python-version : 3.9
82
+ python-version : ' 3.12 '
83
83
84
84
- name : Install dependencies
85
85
run : |
@@ -116,15 +116,15 @@ jobs:
116
116
- name : Setup Node.js
117
117
uses : actions/setup-node@v1
118
118
with :
119
- node-version : ' 18 '
119
+ node-version : ' 20 '
120
120
121
121
- name : Setup
122
122
run : npm install -g semantic-release @semantic-release/github @semantic-release/changelog @semantic-release/commit-analyzer @semantic-release/git @semantic-release/release-notes-generator semantic-release-pypi
123
123
124
124
- name : Set up python
125
125
uses : actions/setup-python@v2
126
126
with :
127
- python-version : 3.9
127
+ python-version : ' 3.12 '
128
128
129
129
- name : Install setuptools
130
130
run : python -m pip install --upgrade setuptools wheel twine
Original file line number Diff line number Diff line change 1
1
# postgresql-watcher
2
2
3
- [ ![ tests ] ( https://github.com/pycasbin/postgresql-watcher/actions/workflows/release.yml/badge.svg )] ( https://github.com/pycasbin/postgresql-watcher/actions/workflows/release.yml )
3
+ [ ![ Build Status ] ( https://github.com/pycasbin/postgresql-watcher/actions/workflows/release.yml/badge.svg )] ( https://github.com/pycasbin/postgresql-watcher/actions/workflows/release.yml )
4
4
[ ![ Coverage Status] ( https://coveralls.io/repos/github/pycasbin/postgresql-watcher/badge.svg )] ( https://coveralls.io/github/pycasbin/postgresql-watcher )
5
5
[ ![ Version] ( https://img.shields.io/pypi/v/casbin-postgresql-watcher.svg )] ( https://pypi.org/project/casbin-postgresql-watcher/ )
6
6
[ ![ PyPI - Wheel] ( https://img.shields.io/pypi/wheel/casbin-postgresql-watcher.svg )] ( https://pypi.org/project/casbin-postgresql-watcher/ )
7
+ [ ![ Pyversions] ( https://img.shields.io/pypi/pyversions/casbin-postgresql-watcher.svg )] ( https://pypi.org/project/casbin-postgresql-watcher/ )
7
8
[ ![ Download] ( https://img.shields.io/pypi/dm/casbin-postgresql-watcher.svg )] ( https://pypi.org/project/casbin-postgresql-watcher/ )
8
9
[ ![ Discord] ( https://img.shields.io/discord/1022748306096537660?logo=discord&label=discord&color=5865F2 )] ( https://discord.gg/S5UjpzGZjN )
9
10
10
- Casbin role watcher to be used for monitoring updates to casbin policies
11
+ Casbin watcher based on PostgreSQL for monitoring updates to casbin policies
12
+
11
13
## Installation
12
14
``` bash
13
15
pip install casbin-postgresql-watcher
Original file line number Diff line number Diff line change 21
21
]
22
22
},
23
23
classifiers = [
24
- "Programming Language :: Python :: 3.6" ,
25
- "Programming Language :: Python :: 3.7" ,
26
- "Programming Language :: Python :: 3.8" ,
27
24
"Programming Language :: Python :: 3.9" ,
28
25
"Programming Language :: Python :: 3.10" ,
26
+ "Programming Language :: Python :: 3.11" ,
27
+ "Programming Language :: Python :: 3.12" ,
29
28
"License :: OSI Approved :: Apache Software License" ,
29
+ "Operating System :: OS Independent" ,
30
30
],
31
31
)
You can’t perform that action at this time.
0 commit comments