Skip to content

Commit

Permalink
bump to py3.13 (#78)
Browse files Browse the repository at this point in the history
* bump to py3.13

* Update pyproject.toml

* Update pyproject.toml
  • Loading branch information
IAlibay authored Nov 11, 2024
1 parent a13d17d commit 8728d5c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, ]
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
include:
- os: windows-latest
python-version: "3.12"
python-version: "3.13"
- os: macos-latest
python-version: "3.12"
python-version: "3.13"

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions panedr/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Operating System :: OS Independent",
]
urls = {Homepage = "https://github.com/MDAnalysis/panedr"}
Expand Down
1 change: 1 addition & 0 deletions pyedr/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Operating System :: OS Independent",
]
urls = {Homepage = "https://github.com/MDAnalysis/panedr"}
Expand Down

0 comments on commit 8728d5c

Please sign in to comment.