Skip to content

Commit 862bd5b

Browse files
committed
Bump Python version from 3.10 to 3.12
1 parent fe7ce76 commit 862bd5b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest]
18-
python-version: ["3.10"]
18+
python-version: ["3.12"]
1919

2020
runs-on: ${{ matrix.os }}
2121
steps:
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
matrix:
3838
os: [ubuntu-latest] #, macos-latest, windows-latest]
39-
python-version: ["3.10"]
39+
python-version: ["3.12"]
4040

4141
defaults:
4242
run:
@@ -94,7 +94,7 @@ jobs:
9494
# strategy:
9595
# matrix:
9696
# os: [ubuntu-latest]
97-
# python-version: ["3.10"]
97+
# python-version: ["3.12"]
9898

9999
# runs-on: ${{ matrix.os }}
100100
# steps:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ classifiers = [
1515
"Intended Audience :: Developers",
1616
"Topic :: Scientific/Engineering",
1717
"Programming Language :: Python",
18-
"Programming Language :: Python :: 3.10"
18+
"Programming Language :: Python :: 2"
1919
]
2020

2121
dynamic = [
@@ -80,6 +80,6 @@ combine-as-imports = true
8080
force-single-line = false
8181

8282
[tool.mypy]
83-
python_version = "3.10"
83+
python_version = "3.12"
8484
warn_return_any = true
8585
warn_unused_configs = true

0 commit comments

Comments
 (0)