Skip to content

Commit

Permalink
Merge pull request #19 from eumiro/py311
Browse files Browse the repository at this point in the history
Add Python 3.11, drop Python 3.7
  • Loading branch information
cokelaer authored Oct 10, 2023
2 parents 6d4de11 + 7de3389 commit 0e76871
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@ on:
branches:
- master
pull_request:
branches-ignore: []
branches:
- master

jobs:
build-linux:
runs-on: ubuntu-latest
strategy:
max-parallel: 5
matrix:
python: [3.7, 3.8, 3.9, "3.10"]
python: [3.8, 3.9, "3.10", 3.11]
fail-fast: false


Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Please see : http://colormap.readthedocs.io/ for an up-to-date documentation.
:target: https://coveralls.io/r/cokelaer/colormap?branch=master


:version: Python 3.7, 3.8, 3.9, 3.10
:version: Python 3.8, 3.9, 3.10, 3.11
:contributions: Please join https://github.com/cokelaer/colormap
:issues: Please use https://github.com/cokelaer/colormap/issues
:notebook: Please see https://github.com/cokelaer/colormap/tree/master/notebooks
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
'Intended Audience :: Science/Research',
'License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Topic :: Software Development :: Libraries :: Python Modules'
]
}
Expand Down

0 comments on commit 0e76871

Please sign in to comment.