File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 17
17
include :
18
18
- python : 2.7.18
19
19
# - python: 3.7.14
20
- - python : 3.12.3
20
+ - python : 3.12.8
21
+ - python : 3.13.1
21
22
steps :
22
23
- name : Checkout
23
24
uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Changelog
4
4
1.1.5 (unreleased)
5
5
------------------
6
6
7
- - Tested with python 3.12.
7
+ - Tested with python 3.12, 3.13 .
8
8
[sgeulette]
9
9
10
10
1.1.4 (2025-06-06)
Original file line number Diff line number Diff line change 4
4
# The original Makefile can be found on https://github.com/IMIO/scripts-buildout
5
5
6
6
SHELL =/bin/bash
7
- pythons =2.7 3.10 3.12
7
+ pythons =2.7 3.10 3.12 3.13
8
8
9
9
ifeq (, $(shell which pyenv) )
10
10
$(error "pyenv command not found! Aborting")
Original file line number Diff line number Diff line change 19
19
"Programming Language :: Python :: 2.7" ,
20
20
"Programming Language :: Python :: 3.10" ,
21
21
"Programming Language :: Python :: 3.12" ,
22
+ "Programming Language :: Python :: 3.13" ,
22
23
],
23
24
keywords = "Python IMIO" ,
24
25
author = "IMIO" ,
You can’t perform that action at this time.
0 commit comments