plexus-python-protobuf-setup 1.0.7__tar.gz → 1.0.8__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (24) hide show
  1. {plexus_python_protobuf_setup-1.0.7 → plexus_python_protobuf_setup-1.0.8}/.github/workflows/pr.yml +1 -1
  2. {plexus_python_protobuf_setup-1.0.7 → plexus_python_protobuf_setup-1.0.8}/.github/workflows/push.yml +1 -1
  3. {plexus_python_protobuf_setup-1.0.7 → plexus_python_protobuf_setup-1.0.8}/PKG-INFO +3 -2
  4. {plexus_python_protobuf_setup-1.0.7 → plexus_python_protobuf_setup-1.0.8}/README.md +2 -2
  5. {plexus_python_protobuf_setup-1.0.7 → plexus_python_protobuf_setup-1.0.8}/pyproject.toml +4 -3
  6. {plexus_python_protobuf_setup-1.0.7 → plexus_python_protobuf_setup-1.0.8}/src/plexus_python_protobuf_setup.egg-info/PKG-INFO +3 -2
  7. {plexus_python_protobuf_setup-1.0.7 → plexus_python_protobuf_setup-1.0.8}/.editorconfig +0 -0
  8. {plexus_python_protobuf_setup-1.0.7 → plexus_python_protobuf_setup-1.0.8}/.gitignore +0 -0
  9. {plexus_python_protobuf_setup-1.0.7 → plexus_python_protobuf_setup-1.0.8}/MANIFEST.in +0 -0
  10. {plexus_python_protobuf_setup-1.0.7 → plexus_python_protobuf_setup-1.0.8}/VERSION +0 -0
  11. {plexus_python_protobuf_setup-1.0.7 → plexus_python_protobuf_setup-1.0.8}/resources/unittest/setup/protos/dummy/person.proto +0 -0
  12. {plexus_python_protobuf_setup-1.0.7 → plexus_python_protobuf_setup-1.0.8}/resources/unittest/setup/protos/dummy/relationship/company.proto +0 -0
  13. {plexus_python_protobuf_setup-1.0.7 → plexus_python_protobuf_setup-1.0.8}/resources/unittest/setup/protos/dummy/relationship/family.proto +0 -0
  14. {plexus_python_protobuf_setup-1.0.7 → plexus_python_protobuf_setup-1.0.8}/setup.cfg +0 -0
  15. {plexus_python_protobuf_setup-1.0.7 → plexus_python_protobuf_setup-1.0.8}/setup.py +0 -0
  16. {plexus_python_protobuf_setup-1.0.7 → plexus_python_protobuf_setup-1.0.8}/src/plexus/protobuf/setup/__init__.py +0 -0
  17. {plexus_python_protobuf_setup-1.0.7 → plexus_python_protobuf_setup-1.0.8}/src/plexus_python_protobuf_setup.egg-info/SOURCES.txt +0 -0
  18. {plexus_python_protobuf_setup-1.0.7 → plexus_python_protobuf_setup-1.0.8}/src/plexus_python_protobuf_setup.egg-info/dependency_links.txt +0 -0
  19. {plexus_python_protobuf_setup-1.0.7 → plexus_python_protobuf_setup-1.0.8}/src/plexus_python_protobuf_setup.egg-info/not-zip-safe +0 -0
  20. {plexus_python_protobuf_setup-1.0.7 → plexus_python_protobuf_setup-1.0.8}/src/plexus_python_protobuf_setup.egg-info/requires.txt +0 -0
  21. {plexus_python_protobuf_setup-1.0.7 → plexus_python_protobuf_setup-1.0.8}/src/plexus_python_protobuf_setup.egg-info/top_level.txt +0 -0
  22. {plexus_python_protobuf_setup-1.0.7 → plexus_python_protobuf_setup-1.0.8}/test/plexus_test.py +0 -0
  23. {plexus_python_protobuf_setup-1.0.7 → plexus_python_protobuf_setup-1.0.8}/test/plexus_tests/__init__.py +0 -0
  24. {plexus_python_protobuf_setup-1.0.7 → plexus_python_protobuf_setup-1.0.8}/test/plexus_tests/protobuf/setup_test.py +0 -0
@@ -15,7 +15,7 @@ jobs:
15
15
  options: --user github
16
16
  strategy:
17
17
  matrix:
18
- python-version: [ "3.11", "3.12", "3.13" ]
18
+ python-version: [ "3.11", "3.12", "3.13", "3.14" ]
19
19
  steps:
20
20
  - name: Checkout
21
21
  uses: actions/checkout@v4
@@ -20,7 +20,7 @@ jobs:
20
20
  - name: Setup Python
21
21
  uses: actions/setup-python@v5
22
22
  with:
23
- python-version: "3.13"
23
+ python-version: "3.14"
24
24
 
25
25
  - name: Build and Upload
26
26
  run: |
@@ -1,11 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plexus-python-protobuf-setup
3
- Version: 1.0.7
3
+ Version: 1.0.8
4
4
  Classifier: Programming Language :: Python :: 3
5
5
  Classifier: Programming Language :: Python :: 3.11
6
6
  Classifier: Programming Language :: Python :: 3.12
7
7
  Classifier: Programming Language :: Python :: 3.13
8
- Requires-Python: <3.14,>=3.11
8
+ Classifier: Programming Language :: Python :: 3.14
9
+ Requires-Python: <3.15,>=3.11
9
10
  Requires-Dist: protobuf>=5.0
10
11
  Requires-Dist: grpcio-tools>=1.71
11
12
  Provides-Extra: all
@@ -9,8 +9,8 @@ https://codecov.io/gh/ruyangshou/plexus-python-protobuf-setup)
9
9
  ```toml
10
10
  [build-system]
11
11
  requires = [
12
- "setuptools>=68.0",
13
- "setuptools-scm>=8.0",
12
+ "setuptools>=80.0",
13
+ "setuptools-scm>=9.0",
14
14
  "plexus-python-protobuf-setup>=1.0" # This is required
15
15
  ]
16
16
  ```
@@ -1,7 +1,7 @@
1
1
  [build-system]
2
2
  requires = [
3
- "setuptools>=75.0",
4
- "setuptools-scm>=8.0",
3
+ "setuptools>=80.0",
4
+ "setuptools-scm>=9.0",
5
5
  "iker-python-setup>=1.0",
6
6
  ]
7
7
  build-backend = "setuptools.build_meta"
@@ -20,12 +20,13 @@ test = [
20
20
  [project]
21
21
  name = "plexus-python-protobuf-setup"
22
22
  dynamic = ["version"]
23
- requires-python = ">=3.11,<3.14"
23
+ requires-python = ">=3.11,<3.15"
24
24
  classifiers = [
25
25
  "Programming Language :: Python :: 3",
26
26
  "Programming Language :: Python :: 3.11",
27
27
  "Programming Language :: Python :: 3.12",
28
28
  "Programming Language :: Python :: 3.13",
29
+ "Programming Language :: Python :: 3.14",
29
30
  ]
30
31
  dependencies = [
31
32
  "protobuf>=5.0",
@@ -1,11 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plexus-python-protobuf-setup
3
- Version: 1.0.7
3
+ Version: 1.0.8
4
4
  Classifier: Programming Language :: Python :: 3
5
5
  Classifier: Programming Language :: Python :: 3.11
6
6
  Classifier: Programming Language :: Python :: 3.12
7
7
  Classifier: Programming Language :: Python :: 3.13
8
- Requires-Python: <3.14,>=3.11
8
+ Classifier: Programming Language :: Python :: 3.14
9
+ Requires-Python: <3.15,>=3.11
9
10
  Requires-Dist: protobuf>=5.0
10
11
  Requires-Dist: grpcio-tools>=1.71
11
12
  Provides-Extra: all