Skip to content

Commit df8af6e

Browse files
authored
Merge pull request #72 from European-XFEL/req-py-3.10
Update minimum Python version to 3.10
2 parents 307f619 + 449bf99 commit df8af6e

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
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: [ "3.7", "3.8", "3.9", "3.10" ]
15+
python-version: [ "3.10", "3.11", "3.12", "3.13" ]
1616

1717
steps:
1818
- name: Checkout

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def find_version(*parts):
3131
"system."),
3232
long_description=read("README.rst"),
3333
license="BSD-3-Clause",
34-
python_requires=">=3.7",
34+
python_requires=">=3.10",
3535
install_requires=[
3636
'msgpack>=0.5.4',
3737
'msgpack-numpy',

0 commit comments

Comments
 (0)