Skip to content

Commit e00351e

Browse files
committed
Make minimum python version to be 3.10
1 parent d556c5d commit e00351e

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
strategy:
3636
matrix:
37-
python-version: ['3.9', '3.10', '3.11', '3.12']
37+
python-version: ['3.10', '3.11', '3.12']
3838

3939
services:
4040
rabbitmq:
@@ -70,7 +70,7 @@ jobs:
7070

7171
strategy:
7272
matrix:
73-
python-version: ['3.9']
73+
python-version: ['3.10']
7474

7575
steps:
7676
- uses: actions/checkout@v2

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
build:
44
os: ubuntu-22.04
55
tools:
6-
python: '3.9'
6+
python: '3.10'
77
apt_packages:
88
- gfortran # This is necessary for the `sisl` dependency of `aiida-siesta`
99

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ classifiers = [
1111
'Operating System :: POSIX :: Linux',
1212
'Operating System :: MacOS :: MacOS X',
1313
'Programming Language :: Python',
14-
'Programming Language :: Python :: 3.9',
1514
'Programming Language :: Python :: 3.10',
1615
'Programming Language :: Python :: 3.11',
1716
'Programming Language :: Python :: 3.12'

0 commit comments

Comments
 (0)