Skip to content

Commit 53afb08

Browse files
committed
Add python 3.12 version classifier since this was not auto detected by poetry/pypi, and add python 3.12 to test workflow
1 parent 1009bfa commit 53afb08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ubuntu-latest]
12-
python-versions: ['3.8', '3.9', '3.10', '3.11']
12+
python-versions: ['3.8', '3.9', '3.10', '3.11', '3.12']
1313
steps:
1414
- uses: actions/checkout@v3
1515
- name: Set up Python ${{ matrix.python-version }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ authors = ["Metin San <metinisan@gmail.com>"]
77
readme = "README.md"
88
license = "GPL-3.0"
99
exclude = ["test.py"]
10-
requires-python = ">=3.8"
1110
classifiers = [
1211
"Intended Audience :: Science/Research",
1312
"Operating System :: OS Independent",
1413
"Programming Language :: Python :: 3",
14+
"Programming Language :: Python :: 3.12",
1515
"Topic :: Scientific/Engineering :: Astronomy",
1616
"Topic :: Scientific/Engineering :: Physics",
1717
]

0 commit comments

Comments
 (0)