Skip to content

Commit a1bc535

Browse files
committed
TST Test on Python 3.13
1 parent c21cd19 commit a1bc535

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- "3.10"
1515
- "3.11"
1616
- "3.12"
17+
- "3.13"
1718

1819
steps:
1920
- name: Checking code

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
@@ -21,7 +21,6 @@
2121
# THE SOFTWARE.
2222

2323
import setuptools
24-
import os
2524

2625
exec(compile(open('macrel/macrel_version.py').read(),
2726
'macrel/macrel_version.py', 'exec'))
@@ -50,6 +49,7 @@
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
]

0 commit comments

Comments
 (0)