File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 35
35
matrix :
36
36
os : [ubuntu-latest, windows-latest, macos-latest]
37
37
python-version :
38
+ - " 3.12"
38
39
- " 3.11"
39
40
- " 3.10"
40
41
- " 3.9"
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 0.13.1 (2023-12-11)
5
+ -------------------
6
+
7
+ - Add support for Python 3.12
8
+ https://github.com/package-url/packageurl-python/pull/135
9
+
4
10
0.13.0 (2023-12-08)
5
11
-------------------
6
12
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ classifiers =
18
18
Programming Language :: Python :: 3.9
19
19
Programming Language :: Python :: 3.10
20
20
Programming Language :: Python :: 3.11
21
+ Programming Language :: Python :: 3.12
21
22
Topic :: Software Development :: Libraries
22
23
Topic :: Utilities
23
24
Typing :: Typed
55
56
test =
56
57
pytest
57
58
build =
59
+ setuptools
58
60
wheel
59
61
sqlalchemy =
60
62
sqlalchemy >= 2.0.0
You can’t perform that action at this time.
0 commit comments