Skip to content

Commit 5b4b753

Browse files
committed
Added python 3.13
1 parent c29dbf0 commit 5b4b753

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
include:
1818
- python: 2.7.18
1919
# - python: 3.7.14
20-
- python: 3.12.3
20+
- python: 3.12.8
21+
- python: 3.13.1
2122
steps:
2223
- name: Checkout
2324
uses: actions/checkout@v4

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Changelog
44
1.1.5 (unreleased)
55
------------------
66

7-
- Tested with python 3.12.
7+
- Tested with python 3.12, 3.13.
88
[sgeulette]
99

1010
1.1.4 (2025-06-06)

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# The original Makefile can be found on https://github.com/IMIO/scripts-buildout
55

66
SHELL=/bin/bash
7-
pythons=2.7 3.10 3.12
7+
pythons=2.7 3.10 3.12 3.13
88

99
ifeq (, $(shell which pyenv))
1010
$(error "pyenv command not found! Aborting")

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"Programming Language :: Python :: 2.7",
2020
"Programming Language :: Python :: 3.10",
2121
"Programming Language :: Python :: 3.12",
22+
"Programming Language :: Python :: 3.13",
2223
],
2324
keywords="Python IMIO",
2425
author="IMIO",

0 commit comments

Comments
 (0)