1
0
mirror of https://github.com/FreeOpcUa/opcua-asyncio synced 2025-10-29 17:07:18 +08:00
Commit Graph

22 Commits

Author SHA1 Message Date
Olivier
1004f153a9 run CI on newer python version 2025-03-31 21:16:21 +02:00
dependabot[bot]
44266819fc Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-28 20:54:28 +01:00
Olivier
54895d2112 add format check to CI (might already have there but..) 2024-10-27 11:38:50 +01:00
Olivier
5ea8d17b5b use uv in CI 2024-10-24 10:11:12 +02:00
Olivier
c773b51a4f deprecate python <3.10 add 3.13 for CI 2024-10-24 10:11:12 +02:00
Roman Yurchak
8dfb533e93 Add pre-commit-config 2024-10-16 11:23:51 +02:00
Olivier
f9f5895b49 use pypy-3.10 2024-07-02 10:35:21 +02:00
Alex Ruddick
11fde4c875 ci: update checkout and setup-python actions 2024-04-24 22:06:47 +02:00
Yuta Okamoto
daa74c2803 Add type hints to the Node methods (#1432)
* Add type hints to the Node methods

* remove a duplicated import

* make `server` accept as Client
2023-09-11 15:07:40 +02:00
Olivier
d24dacff37 typo in CI names 2023-05-01 21:18:36 +02:00
Olivier
e8a67e5d6d run mypy in seperate github check 2023-05-01 21:18:36 +02:00
Olivier
ab747c25c0 use ruff instead of flake8 for liting in CI 2023-05-01 21:18:36 +02:00
Roman Yurchak
a2bdf7f352 Do not fail all jobs if one fails 2023-05-01 19:01:53 +02:00
Roman Yurchak
6114bf42ce Re-enable mypy in CI 2023-05-01 19:01:53 +02:00
Alexander Schrode
de8269e4da Harding xml import (#1259)
* add enum/struct import for xml

* remove warning for doc elements

* respect datatype in insert order

directly import structs/enums

* fix unittest

the new import need all variables a hand . So register the the additional types before

* fix case in path

* prevent regreistration of class

* fix test because of changed import order

* Add nodeset via git submodule

* handle alias

* use submodule

* Add "Opc.Ua.PlasticsRubber.GeneralTypes.NodeSet2.xml

* prevent endlessloop in sort nodes

* Add dependabot

* correct merge error
2023-03-31 14:10:17 +02:00
oroulet
a0de622098 run tests with python3.11 in github. 2022-10-31 10:39:49 +01:00
oroulet
8a55f4bfbe disable mypy tests which are now broken 2022-06-14 20:53:45 +02:00
vruge
a6f38838ba enable mypy
- mirror change from mypy
- ignore mypy errors
  - better to fix issues step by step
2022-04-27 08:31:47 +02:00
oroulet
a73affdfcc iupdate CI python versions 2021-11-05 19:55:17 +01:00
oroulet
e318ef74b5 run CI on 3.9 2020-12-25 12:01:40 +01:00
oroulet
31de2b9cab add pypy pipeline 2020-12-22 18:40:26 +01:00
oroulet
96d9466276 Create python-package.yml
Update python-package.yml

add requirements.txt file

update flake8 config

fix action config
2020-12-22 18:21:54 +01:00