File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11
11
python :
12
12
- " 3.11"
13
13
- " 3.12"
14
+ - " 3.13"
14
15
steps :
15
16
- uses : actions/checkout@v4
16
17
- name : Setup Python
Original file line number Diff line number Diff line change 50
50
- id : ruff-format
51
51
args :
52
52
- --check
53
- - --target-version
54
- - py311
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ classifiers = [
13
13
" Programming Language :: Python" ,
14
14
" Programming Language :: Python :: 3.11" ,
15
15
" Programming Language :: Python :: 3.12" ,
16
+ " Programming Language :: Python :: 3.13" ,
16
17
" Topic :: Games/Entertainment" ,
17
18
" Topic :: Internet :: XMPP" ,
18
19
]
@@ -47,6 +48,7 @@ xpartamupp = "xpartamupp.xpartamupp:main"
47
48
48
49
[tool .ruff ]
49
50
line-length = 99
51
+ target-version = " py311"
50
52
51
53
[tool .ruff .format ]
52
54
line-ending = " lf"
You can’t perform that action at this time.
0 commit comments