File tree 3 files changed +5
-7
lines changed
3 files changed +5
-7
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]
16
16
17
17
steps :
78
78
- name : Setup Node.js
79
79
uses : actions/setup-node@v2
80
80
with :
81
- node-version : ' 18 '
81
+ node-version : ' 20 '
82
82
83
83
- name : Setup
84
84
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
Original file line number Diff line number Diff line change 1
1
# Databases Casbin Adapter
2
- ====
3
2
4
3
[ ![ GitHub Actions] ( https://github.com/pycasbin/casbin-databases-adapter/workflows/build/badge.svg?branch=master )] ( https://github.com/pycasbin/casbin-databases-adapter/actions )
5
4
[ ![ Coverage Status] ( https://coveralls.io/repos/github/pycasbin/casbin-databases-adapter/badge.svg?branch=master )] ( https://coveralls.io/github/pycasbin/casbin-databases-adapter?branch=master )
Original file line number Diff line number Diff line change 38
38
python_requires = ">=3.3" ,
39
39
license = "Apache 2.0" ,
40
40
classifiers = [
41
- "Programming Language :: Python :: 3.5" ,
42
- "Programming Language :: Python :: 3.6" ,
43
- "Programming Language :: Python :: 3.7" ,
44
- "Programming Language :: Python :: 3.8" ,
45
41
"Programming Language :: Python :: 3.9" ,
42
+ "Programming Language :: Python :: 3.10" ,
43
+ "Programming Language :: Python :: 3.11" ,
44
+ "Programming Language :: Python :: 3.12" ,
46
45
"License :: OSI Approved :: Apache Software License" ,
47
46
"Operating System :: OS Independent" ,
48
47
],
You can’t perform that action at this time.
0 commit comments