Skip to content

Commit 4f11c33

Browse files
committed
Add Python 3.12 support and drop Python 3.9
1 parent feab8d9 commit 4f11c33

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: s2t-env-py311
1+
name: s2t-env-py312
22
channels:
33
- conda-forge
44
dependencies:
5-
- python=3.11
5+
- python=3.12
66
- pip
77
- pip:
88
- --index-url https://pypi.org/simple

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ def select_constraint(default, nightly=None, git_master=None):
105105
'Operating System :: MacOS :: MacOS X',
106106
'Operating System :: POSIX :: Linux',
107107
'Programming Language :: Python',
108-
'Programming Language :: Python :: 3.9',
109108
'Programming Language :: Python :: 3.10',
110109
'Programming Language :: Python :: 3.11',
110+
'Programming Language :: Python :: 3.12',
111111
'Programming Language :: Python :: 3 :: Only',
112112
'Topic :: Scientific/Engineering',
113113
'Topic :: Scientific/Engineering :: Artificial Intelligence',

0 commit comments

Comments
 (0)