Skip to content

Commit

Permalink
Merge pull request #23 from 8bitsam/master
Browse files Browse the repository at this point in the history
Update to Python 3.12
  • Loading branch information
sbillinge authored Jan 13, 2024
2 parents 0e31dd8 + 6310259 commit c4a2989
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
os: [ubuntu-latest, macos-latest, windows-latest]

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ env:
- MYUSEMC=true MYPYTHON_VERSION=3.8
- MYUSEMC=true MYPYTHON_VERSION=3.9
- MYUSEMC=true MYPYTHON_VERSION=3.10
- MYUSEMC=true MYPYTHON_VERSION=3.11
- MYUSEMC=true MYPYTHON_VERSION=3.12
- MYUSEMC=false

matrix:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ No notable functional changes from 1.4.1

### Added

- Support for Python 3.11
- Support for Python 3.11, 3.12

### Changed

Expand Down
1 change: 1 addition & 0 deletions conda-recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
python:
- 3.12
- 3.11
- 3.10
- 3.9
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ def get_gsl_config_win():
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Topic :: Scientific/Engineering :: Chemistry',
'Topic :: Scientific/Engineering :: Physics',
],
Expand Down

0 comments on commit c4a2989

Please sign in to comment.