Skip to content

Commit 1ebab94

Browse files
benoit-ctybenjello
benoit-cty
authored andcommitted
Update python version to 3.12.3
1 parent f8e8de8 commit 1ebab94

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/push.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# the cache key depends on the full Python version. If left unspecified,
2020
# different patch versions could be allocated between jobs, and any
2121
# 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]
2323
include:
2424
- os: ubuntu-22.04
2525
activate_command: source venv/bin/activate
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
os: ubuntu-22.04
3939
numpy: 1.26.4
40-
python: 3.10.6
40+
python: 3.12.3
4141

4242
test-pip:
4343
needs: [setup-pip]
@@ -46,7 +46,7 @@ jobs:
4646
matrix:
4747
os: [ubuntu-22.04, windows-2019]
4848
numpy: [1.26.4, 1.24.2]
49-
python: [3.11.9, 3.9.13]
49+
python: [3.12.3, 3.9.13]
5050
include:
5151
- os: ubuntu-22.04
5252
activate_command: source venv/bin/activate
@@ -65,15 +65,15 @@ jobs:
6565
with:
6666
os: ubuntu-22.04
6767
numpy: 1.26.4
68-
python: 3.10.6
68+
python: 3.12.3
6969

7070
lint-pip:
7171
needs: [setup-pip]
7272
strategy:
7373
fail-fast: true
7474
matrix:
7575
numpy: [1.24.2]
76-
python: [3.11.9, 3.9.13]
76+
python: [3.12.3, 3.9.13]
7777
uses: ./.github/workflows/_lint-pip.yaml
7878
with:
7979
os: ubuntu-22.04

setup.py

+2
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@
8181
"Programming Language :: Python :: 3.9",
8282
"Programming Language :: Python :: 3.10",
8383
"Programming Language :: Python :: 3.11",
84+
"Programming Language :: Python :: 3.12",
85+
"Programming Language :: Python :: 3.13",
8486
"Topic :: Scientific/Engineering :: Information Analysis",
8587
],
8688
description="A versatile microsimulation free software",

0 commit comments

Comments
 (0)