Skip to content

Commit 319ad53

Browse files
authored
Remove python 3.8 (#52)
1 parent c731325 commit 319ad53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false # don't cancel other matrix jobs when one fails
1515
matrix:
16-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
16+
python-version: ["3.9", "3.10", "3.11", "3.12"]
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818

1919
runs-on: ${{ matrix.os }}

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers =
1919

2020
[options]
2121
packages = twoaxistracking
22-
python_requires = >=3.8
22+
python_requires = >=3.9
2323
install_requires =
2424
numpy
2525
matplotlib

0 commit comments

Comments
 (0)