Skip to content

Commit 37cda42

Browse files
committed
housekeeping: ci 3.9-3.13
1 parent 39ed1ec commit 37cda42

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
max-parallel: 10
1616
matrix:
1717
sql-alchemy: [ "1.2", "1.3", "1.4","2.0" ]
18-
python-version: [ "3.7", "3.8", "3.9", "3.10" ]
18+
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13"]
1919

2020
steps:
2121
- uses: actions/checkout@v3

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,14 @@
4949
"Intended Audience :: Developers",
5050
"Topic :: Software Development :: Libraries",
5151
"Programming Language :: Python :: 3",
52-
"Programming Language :: Python :: 3.7",
53-
"Programming Language :: Python :: 3.8",
5452
"Programming Language :: Python :: 3.9",
5553
"Programming Language :: Python :: 3.10",
54+
"Programming Language :: Python :: 3.11",
55+
"Programming Language :: Python :: 3.12",
56+
"Programming Language :: Python :: 3.13",
5657
"Programming Language :: Python :: Implementation :: PyPy",
5758
],
58-
keywords="api graphql protocol rest relay graphene",
59+
keywords="api graphql protocol rest relay graphene sqlalchemy",
5960
packages=find_packages(exclude=["tests"]),
6061
install_requires=requirements,
6162
extras_require={

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ minversion = 3.7.0
55

66
[gh-actions]
77
python =
8-
3.8: py38
98
3.9: py39
109
3.10: py310
1110
3.11: py311
1211
3.12: py312
12+
3.13: py313
1313

1414
[gh-actions:env]
1515
SQLALCHEMY =

0 commit comments

Comments
 (0)