Skip to content

Commit 3292a9e

Browse files
authored
Merge pull request #87 from azmeuk/py313
python 3.13 support
2 parents b496007 + 83d4be8 commit 3292a9e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,16 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os:
15+
- ubuntu-24.04
1516
- ubuntu-22.04
1617
- macos-14
1718
- macos-13
1819
python:
20+
- '3.13'
1921
- '3.12'
2022
- '3.11'
2123
- '3.10'
2224
- '3.9'
23-
- '3.8'
2425
tz:
2526
- 'utc'
2627
- 'cest'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox:tox]
2-
envlist = py{38,39,310,311,312,py,py3}-{utc,cest}
2+
envlist = py{39,310,311,312,313,py,py3}-{utc,cest}
33

44
[testenv]
55
setenv =

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@ def get_outputs(self):
9292
"Intended Audience :: Developers",
9393
"Operating System :: OS Independent",
9494
"Programming Language :: Python",
95-
"Programming Language :: Python :: 3.8",
9695
"Programming Language :: Python :: 3.9",
9796
"Programming Language :: Python :: 3.10",
9897
"Programming Language :: Python :: 3.11",
9998
"Programming Language :: Python :: 3.12",
99+
"Programming Language :: Python :: 3.13",
100100
"Programming Language :: Python :: Implementation :: CPython",
101101
"Programming Language :: Python :: Implementation :: PyPy",
102102
"Topic :: Software Development :: Libraries :: Python Modules",

0 commit comments

Comments
 (0)