Skip to content

Commit 1b173e5

Browse files
committed
Drops Python 3.7 and adds support for Python 3.11
Signed-off-by: Alexis Jeandet <[email protected]>
1 parent 6e25168 commit 1b173e5

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
max-parallel: 4
1212
matrix:
13-
python-version: [3.7]
13+
python-version: [3.8]
1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/tests-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [macos-latest, windows-latest, ubuntu-latest]
12-
python-version: ['3.7', '3.8', '3.9', '3.10']
12+
python-version: [ '3.8', '3.9', '3.10', '3.11' ]
1313

1414
steps:
1515
- uses: actions/checkout@v2

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ classifiers = [
3232
dependencies = ['pycdfpp<=0.4.6']
3333
[project.urls]
3434
homepage = "https://github.com/SciQLop/PyISTP"
35+
repository = "https://github.com/SciQLop/PyISTP"
36+
documentation = "https://pyistp.readthedocs.io/en/latest/"

0 commit comments

Comments
 (0)