File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
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 :
@@ -81,15 +81,15 @@ jobs:
81
81
- name : Setup Node.js
82
82
uses : actions/setup-node@v2
83
83
with :
84
- node-version : ' 18 '
84
+ node-version : ' 20 '
85
85
86
86
- name : Setup
87
87
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
88
88
89
89
- name : Set up python
90
90
uses : actions/setup-python@v2
91
91
with :
92
- python-version : ' 3.10 '
92
+ python-version : ' 3.12 '
93
93
94
94
- name : Install setuptools
95
95
run : python -m pip install --upgrade setuptools wheel twine
Original file line number Diff line number Diff line change 1
1
# rabbitmq-watcher
2
2
3
- [ ![ build ] ( https://github.com/pycasbin/rabbitmq-watcher/actions/workflows/build.yml/badge.svg )] ( https://github.com/pycasbin/rabbitmq-watcher/actions/workflows/build.yml )
3
+ [ ![ Build Status ] ( https://github.com/pycasbin/rabbitmq-watcher/actions/workflows/build.yml/badge.svg )] ( https://github.com/pycasbin/rabbitmq-watcher/actions/workflows/build.yml )
4
4
[ ![ Coverage Status] ( https://coveralls.io/repos/github/pycasbin/rabbitmq-watcher/badge.svg )] ( https://coveralls.io/github/pycasbin/rabbitmq-watcher )
5
5
[ ![ Version] ( https://img.shields.io/pypi/v/casbin-rabbitmq-watcher.svg )] ( https://pypi.org/project/casbin-rabbitmq-watcher/ )
6
6
[ ![ PyPI - Wheel] ( https://img.shields.io/pypi/wheel/casbin-rabbitmq-watcher.svg )] ( https://pypi.org/project/casbin-rabbitmq-watcher/ )
7
+ [ ![ Pyversions] ( https://img.shields.io/pypi/pyversions/casbin-rabbitmq-watcher.svg )] ( https://pypi.org/project/casbin-rabbitmq-watcher/ )
7
8
[ ![ Download] ( https://img.shields.io/pypi/dm/casbin-rabbitmq-watcher.svg )] ( https://pypi.org/project/casbin-rabbitmq-watcher/ )
8
9
[ ![ Discord] ( https://img.shields.io/discord/1022748306096537660?logo=discord&label=discord&color=5865F2 )] ( https://discord.gg/S5UjpzGZjN )
9
10
Original file line number Diff line number Diff line change 36
36
python_requires = ">=3.5" ,
37
37
license = "Apache 2.0" ,
38
38
classifiers = [
39
- "Programming Language :: Python :: 3.5" ,
40
- "Programming Language :: Python :: 3.6" ,
41
- "Programming Language :: Python :: 3.7" ,
42
- "Programming Language :: Python :: 3.8" ,
43
39
"Programming Language :: Python :: 3.9" ,
40
+ "Programming Language :: Python :: 3.10" ,
41
+ "Programming Language :: Python :: 3.11" ,
42
+ "Programming Language :: Python :: 3.12" ,
44
43
"License :: OSI Approved :: Apache Software License" ,
45
44
"Operating System :: OS Independent" ,
46
45
],
You can’t perform that action at this time.
0 commit comments