Skip to content

Commit 7dffed6

Browse files
committed
drop python 3.9
1 parent 94b69f9 commit 7dffed6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/run-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: ["3.9", "3.13"]
15+
python-version: ["3.10", "3.13"]
1616
steps:
1717
- uses: actions/checkout@v5
1818
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/test-pip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
15+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1616
steps:
1717
- uses: actions/checkout@v5
1818
- name: Set up Python ${{ matrix.python-version }}

README.jp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ https://github.com/toruseo/UXsim/assets/34780089/ec780a33-d9ba-4068-a005-0b06127
6363

6464
## インストール
6565

66-
Python 3.9以降に対応しています
66+
Python 3.10以降に対応しています
6767

6868
### pipを使用
6969

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ https://github.com/toruseo/UXsim/assets/34780089/ec780a33-d9ba-4068-a005-0b06127
6868

6969
## Install
7070

71-
UXsim is available for Python version 3.9 or later.
71+
UXsim is available for Python version 3.10 or later.
7272

7373
### Using pip
7474

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ license = "MIT"
1111
classifiers = [
1212
"Intended Audience :: Science/Research",
1313
"Programming Language :: Python :: 3",
14-
"Programming Language :: Python :: 3.9",
1514
"Programming Language :: Python :: 3.10",
1615
"Programming Language :: Python :: 3.11",
1716
"Programming Language :: Python :: 3.12",
1817
"Programming Language :: Python :: 3.13",
18+
"Programming Language :: Python :: 3.14",
1919
"Programming Language :: Python :: 3 :: Only",
2020
"Topic :: Scientific/Engineering",
2121
]

0 commit comments

Comments
 (0)