File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1414 - " 3.10"
1515 - " 3.11"
1616 - " 3.12"
17+ - " 3.13"
1718
1819 steps :
1920 - name : Checking code
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
2- # Copyright (C) 2019-2024 , MACREL Authors
2+ # Copyright (C) 2019-2025 , MACREL Authors
33# vim: set ts=4 sts=4 sw=4 expandtab smartindent:
44#
55# Permission is hereby granted, free of charge, to any person obtaining a copy
2121# THE SOFTWARE.
2222
2323import setuptools
24- import os
2524
2625exec (compile (open ('macrel/macrel_version.py' ).read (),
2726 'macrel/macrel_version.py' , 'exec' ))
5049'Programming Language :: Python :: 3.10' ,
5150'Programming Language :: Python :: 3.11' ,
5251'Programming Language :: Python :: 3.12' ,
52+ 'Programming Language :: Python :: 3.13' ,
5353'Operating System :: OS Independent' ,
5454'License :: OSI Approved :: MIT License' ,
5555]
You can’t perform that action at this time.
0 commit comments