Skip to content

Commit

Permalink
Merge pull request #414 from Electrostatics/nathan/413
Browse files Browse the repository at this point in the history
Update Python versions.
  • Loading branch information
sobolevnrm authored Dec 26, 2024
2 parents 2e8b98f + 9531b0d commit 5ebbae4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/get_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/setup-python@v5
with:
python-version: '3.7'
python-version: '3.11'
- uses: actions/checkout@v4
with:
# This is necessary so that we have the tags.
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
if: "!contains(github.event.head_commit.message, 'noci')"
strategy:
matrix:
python-version: ['3.11']
python-version: ['3.11', '3.12', '3.13']

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -43,10 +43,10 @@ jobs:
- name: Store coverage text results
uses: actions/upload-artifact@v4
with:
name: coverage-text
name: coverage-text-my-${{ matrix.python-version }}
path: coverage.txt
- name: Store coverage HTML results
uses: actions/upload-artifact@v4
with:
name: coverage-html
name: coverage-html-${{ matrix.python-version }}
path: htmlcov/*
5 changes: 5 additions & 0 deletions docs/source/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ Fixes

* Updated Sphinx versions (`#384 <https://github.com/Electrostatics/pdb2pqr/issues/384>`_)

Changes
=======

* Updated Python versions to 3.11-3.13.

******************
3.6.2 (2023-12-31)
******************
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,9 @@
"Operating System :: MacOS",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Scientific/Engineering :: Bio-Informatics",
"Topic :: Scientific/Engineering :: Chemistry",
],
Expand Down

0 comments on commit 5ebbae4

Please sign in to comment.