Skip to content

Commit

Permalink
Fixes #60: Documentation update.
Browse files Browse the repository at this point in the history
Fixes #61: Adding tests for Python 3.11 & 3.12.
  • Loading branch information
ampledata committed Jan 11, 2024
1 parent 87cf717 commit 9661b71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-test_and_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11"]
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v2
Expand Down
26 changes: 0 additions & 26 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,32 +78,6 @@ PyTAK has the following built-in configuration parameters:
CoT Event stale time in seconds.


* **`COT_ACCESS`**
* Default: `UNCLASSIFIED`

Classification of CoT Events using CAPCO markings. See MIL-STD-6090.


* **`COT_CAVEAT`**

See MIL-STD-6090.


* **`COT_RELTO`**

See MIL-STD-6090.


* **`COT_QOS`**

See MIL-STD-6090.


* **`COT_OPEX`**

See MIL-STD-6090.


## TLS Support

PyTAK supports sending & receiving TAK Data over TLS. This section describes the various configuration parameters that can be set for TLS network connections.
Expand Down

0 comments on commit 9661b71

Please sign in to comment.