File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 19
19
# the cache key depends on the full Python version. If left unspecified,
20
20
# different patch versions could be allocated between jobs, and any
21
21
# such difference would lead to a cache not found error.
22
- python : [3.11.9 , 3.9.13]
22
+ python : [3.12.3 , 3.9.13]
23
23
include :
24
24
- os : ubuntu-22.04
25
25
activate_command : source venv/bin/activate
37
37
with :
38
38
os : ubuntu-22.04
39
39
numpy : 1.26.4
40
- python : 3.10.6
40
+ python : 3.12.3
41
41
42
42
test-pip :
43
43
needs : [setup-pip]
46
46
matrix :
47
47
os : [ubuntu-22.04, windows-2019]
48
48
numpy : [1.26.4, 1.24.2]
49
- python : [3.11.9 , 3.9.13]
49
+ python : [3.12.3 , 3.9.13]
50
50
include :
51
51
- os : ubuntu-22.04
52
52
activate_command : source venv/bin/activate
@@ -65,15 +65,15 @@ jobs:
65
65
with :
66
66
os : ubuntu-22.04
67
67
numpy : 1.26.4
68
- python : 3.10.6
68
+ python : 3.12.3
69
69
70
70
lint-pip :
71
71
needs : [setup-pip]
72
72
strategy :
73
73
fail-fast : true
74
74
matrix :
75
75
numpy : [1.24.2]
76
- python : [3.11.9 , 3.9.13]
76
+ python : [3.12.3 , 3.9.13]
77
77
uses : ./.github/workflows/_lint-pip.yaml
78
78
with :
79
79
os : ubuntu-22.04
Original file line number Diff line number Diff line change 81
81
"Programming Language :: Python :: 3.9" ,
82
82
"Programming Language :: Python :: 3.10" ,
83
83
"Programming Language :: Python :: 3.11" ,
84
+ "Programming Language :: Python :: 3.12" ,
85
+ "Programming Language :: Python :: 3.13" ,
84
86
"Topic :: Scientific/Engineering :: Information Analysis" ,
85
87
],
86
88
description = "A versatile microsimulation free software" ,
You can’t perform that action at this time.
0 commit comments