Skip to content

Commit d18cb7e

Browse files
authored
Update classifiers, tox, and GHA
1 parent c454087 commit d18cb7e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/py-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
python-version:
1616
- "3.x"
1717
- "pypy-3.10"
18+
- "pypy-3.11"
1819
- "graalpy-24"
1920

2021
steps:
@@ -68,12 +69,15 @@ jobs:
6869
- "3.12"
6970
- "3.13"
7071
- "pypy-3.10"
72+
- "pypy-3.11"
7173
- "graalpy-24"
7274

7375
include:
7476
- wheel: "3.x"
7577
- python-version: "pypy-3.10"
7678
wheel: "pypy-3.10"
79+
- python-version: "pypy-3.11"
80+
wheel: "pypy-3.11"
7781
- python-version: "graalpy-24"
7882
wheel: "graalpy-24"
7983

ua-parser-py/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ classifiers = [
1313
"Programming Language :: Python :: 3.10",
1414
"Programming Language :: Python :: 3.11",
1515
"Programming Language :: Python :: 3.12",
16+
"Programming Language :: Python :: 3.13",
1617
"Programming Language :: Python :: Implementation :: CPython",
1718
"Programming Language :: Python :: Implementation :: PyPy",
18-
# "Programming Language :: Python :: Implementation :: GraalPy",
19+
"Programming Language :: Python :: Implementation :: GraalPy",
1920
"License :: OSI Approved :: Apache Software License",
2021
]
2122
dynamic = ["version", "license", "urls"]

ua-parser-py/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
env_list = py{39,310,311,312}, pypy3.10#, graalpy
2+
env_list = py{39,310,311,312,313}, pypy{3.10,3.11}#, graalpy
33
, typecheck, format, lint
44
skip_missing_interpreters = true
55

0 commit comments

Comments
 (0)