File tree 3 files changed +4
-15
lines changed
3 files changed +4
-15
lines changed Original file line number Diff line number Diff line change 22
22
runs-on : ubuntu-latest
23
23
strategy :
24
24
matrix :
25
- python-version : ["3.8", "3.9", "3.10"]
26
- # python-version: ['3.9']
25
+ python-version : ["3.9", "3.10", "3.11"]
27
26
steps :
28
27
- uses : actions/checkout@v2
29
28
37
36
with :
38
37
python-version : ${{ matrix.python-version }}
39
38
40
- - uses : actions/setup-node@v2
41
- with :
42
- node-version : " 16"
43
-
44
- - run : npm install -g yarn
45
-
46
39
- name : install dependencies
47
40
run : make dev
48
41
Original file line number Diff line number Diff line change 16
16
with :
17
17
python-version : " 3.9"
18
18
19
- - uses : actions/setup-node@v2
20
- with :
21
- node-version : " 16"
22
-
23
- - run : npm install -g yarn
24
-
25
19
- name : install dependencies
26
20
run : make dev
27
21
Original file line number Diff line number Diff line change 6
6
README = readme .read ()
7
7
os .chdir (os .path .normpath (os .path .join (os .path .abspath (__file__ ), os .pardir )))
8
8
9
- from allianceauth_loki_logging import __version__
9
+ #from allianceauth_loki_logging import __version__
10
+
11
+ __version__ = "1.0.0"
10
12
11
13
setup (
12
14
name = 'allianceauth-loki-logging' ,
You can’t perform that action at this time.
0 commit comments