Skip to content

Commit c4a2989

Browse files
authored
Merge pull request #23 from 8bitsam/master
Update to Python 3.12
2 parents 0e31dd8 + 6310259 commit c4a2989

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
max-parallel: 4
1515
matrix:
16-
python-version: ['3.8', '3.9', '3.10', '3.11']
16+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818

1919
runs-on: ${{ matrix.os }}

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ env:
1111
- MYUSEMC=true MYPYTHON_VERSION=3.8
1212
- MYUSEMC=true MYPYTHON_VERSION=3.9
1313
- MYUSEMC=true MYPYTHON_VERSION=3.10
14+
- MYUSEMC=true MYPYTHON_VERSION=3.11
15+
- MYUSEMC=true MYPYTHON_VERSION=3.12
1416
- MYUSEMC=false
1517

1618
matrix:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ No notable functional changes from 1.4.1
66

77
### Added
88

9-
- Support for Python 3.11
9+
- Support for Python 3.11, 3.12
1010

1111
### Changed
1212

conda-recipe/conda_build_config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
python:
2+
- 3.12
23
- 3.11
34
- 3.10
45
- 3.9

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ def get_gsl_config_win():
244244
'Programming Language :: Python :: 3.9',
245245
'Programming Language :: Python :: 3.10',
246246
'Programming Language :: Python :: 3.11',
247+
'Programming Language :: Python :: 3.12',
247248
'Topic :: Scientific/Engineering :: Chemistry',
248249
'Topic :: Scientific/Engineering :: Physics',
249250
],

0 commit comments

Comments
 (0)