Skip to content

Commit bcad877

Browse files
committed
Add Python 3.12
1 parent bae4f34 commit bcad877

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/check-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
platform: [ubuntu-latest, macos-latest, windows-latest]
30-
python-version: ['3.8', '3.9', '3.10', '3.11']
30+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
3131
method: ['conda', 'ecmwflibs']
3232
exclude:
3333
- platform: macos-latest

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Before you submit a pull request, check that it meets these guidelines:
105105
your new functionality into a function with a docstring, and add the
106106
feature to the list in README.rst.
107107

108-
3. The pull request should work for Python 3.8, 3.9, 3.10, 3.11 and for PyPy2 and PyPy3.
108+
3. The pull request should work for Python 3.9, 3.10, 3.11, 3.12 and for PyPy2 and PyPy3.
109109
Check the tox results and make sure that the tests pass for all supported Python versions.
110110

111111

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ def shared(directory):
117117
"Programming Language :: Python :: 3.9",
118118
"Programming Language :: Python :: 3.10",
119119
"Programming Language :: Python :: 3.11",
120+
"Programming Language :: Python :: 3.12",
120121
"Programming Language :: Python :: Implementation :: CPython",
121122
"Programming Language :: Python :: Implementation :: PyPy",
122123
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)