Skip to content

Commit

Permalink
Add python 3.12 version classifier since this was not auto detected b…
Browse files Browse the repository at this point in the history
…y poetry/pypi, and add python 3.12 to test workflow
  • Loading branch information
MetinSa committed Mar 21, 2024
1 parent 1009bfa commit 53afb08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-versions: ['3.8', '3.9', '3.10', '3.11']
python-versions: ['3.8', '3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ authors = ["Metin San <[email protected]>"]
readme = "README.md"
license = "GPL-3.0"
exclude = ["test.py"]
requires-python = ">=3.8"
classifiers = [
"Intended Audience :: Science/Research",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering :: Astronomy",
"Topic :: Scientific/Engineering :: Physics",
]
Expand Down

0 comments on commit 53afb08

Please sign in to comment.